Version: 7.7.0
Changing fonts
Before you begin using your own fonts, you'll first need to add them to the app project.
- Android - add the
.ttf
or.otf
files tosrc/main/assets/fonts/
- iOS - follow this guide
Once we've added the font files to our project, we can star using them in options.
note
When declaring fonts in options, use only the file name without the file type suffix.
#
BottomTab font#
Button font#
Title font#
Subtitle font#
Back buttonIn iOS the back button will display the title of the previous screen. Use the backButton
option to modify its font family.