|
@@ -116,7 +116,7 @@ this.props.navigator.setStyle({
|
116
|
116
|
If you set any styles related to the Status Bar, make sure that in Xcode > project > Info.plist, the property `View controller-based status bar appearance` is set to `YES`.
|
117
|
117
|
|
118
|
118
|
## Custom fonts
|
119
|
|
-If you'd like to use a custom font, you'll first have to your project.
|
|
119
|
+If you'd like to use a custom font, you'll first have to edit your project.
|
120
|
120
|
|
121
|
121
|
* Android - add the `.ttf` or `.otf` files to `src/main/assets/fonts/`
|
122
|
122
|
|