Configuration
4. Layout
We tried to make most of the app customizable in a simple way so that you can change a lot without touching the code. You can find the layout settings in the file src/config/layout.js. Just try to change the values and see what happens.
4.1 Themes
We have included a few pre made themes for you to try out and play with. To activate a theme change the content of the file src/config/layout.jswith one of the files in src/themes.
4.2 Navigation Type
To make your app even more unique you can choose between a tabbed navigation or a side menu navigation. To switch between them change the value of navigationType in src/config/layout.js with TABSor DRAWER.

4.3 Font
If you wanna change the font of the app copy the font files in the folder assets/fonts. After that you have to run the following command in the root folder of the app to link the font files with the apps.
react-native link