Skip to content

Commit fa5d8dd

Browse files
committed
Fix typo in icon type
1 parent 1fbca6e commit fa5d8dd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

versioned_docs/version-7.x/native-bottom-tab-navigator.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,11 +190,11 @@ The icon can be of following types:
190190
}
191191
```
192192

193-
- Drawable resource name - Supported on Android
193+
- [Drawable resource](https://developer.android.com/guide/topics/resources/drawable-resource) name - Supported on Android
194194

195195
```js
196196
tabBarIcon: {
197-
type: 'drawable',
197+
type: 'drawableResource',
198198
name: 'sunny',
199199
}
200200
```
@@ -221,7 +221,7 @@ tabBarIcon: Platform.select({
221221
name: 'heart',
222222
},
223223
android: {
224-
type: 'drawable',
224+
type: 'drawableResource',
225225
name: 'heart_icon',
226226
},
227227
});

0 commit comments

Comments
 (0)