|
@@ -286,12 +286,12 @@ If you'd like to use a custom font, you'll first have to edit your project.
|
286
|
286
|
|
287
|
287
|
## Custom tab icons
|
288
|
288
|
|
289
|
|
-* Android - add cooresponding resoltion icons into folders in android/app/src/main/res.
|
290
|
|
-For example, icon_name.png in each drawable-x folder.
|
291
|
|
-* iOS - drag and drop to Images.xcassets in Xcode.
|
292
|
|
-For example, image set icon_name in Images.xcassets with x1, x2, x3.
|
|
289
|
+* Android - add corresponding resolution icons into folders in `android/app/src/main/res`.
|
|
290
|
+For example, `icon_name.png` in each drawable-x folder.
|
|
291
|
+* iOS - drag and drop to `Images.xcassets` in Xcode.
|
|
292
|
+For example, image set `icon_name` in `Images.xcassets` with x1, x2, x3.
|
293
|
293
|
|
294
|
|
-Then, the tab icon can be defined by following syntax:
|
|
294
|
+Then, the tab icon can be defined with the following syntax:
|
295
|
295
|
|
296
|
296
|
```js
|
297
|
297
|
bottomTab: {
|