Fonts are not shipped with the app codebase, so the first thing you have to do is copying the needed fonts to /src/assets/fonts
.
To do this, just run
react-native link
Important: Because this project uses a different Gradle version (Android),
react-native link
creates duplicate and not needed native code in/android/settings.gradle
,/android/app/build.gradle
and/android/app/src/main/java/app/republik/MainApplication.java
. For the Font linking process, you should rollback changes in these files as they were before.
For android, you should see the fonts copied to /android.app/src/assets/fonts
.
For ios, yo should see fonts listed on /ios/orbitingapp/Info.plist