We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fbca6e commit fa5d8ddCopy full SHA for fa5d8dd
versioned_docs/version-7.x/native-bottom-tab-navigator.md
@@ -190,11 +190,11 @@ The icon can be of following types:
190
}
191
```
192
193
-- Drawable resource name - Supported on Android
+- [Drawable resource](https://developer.android.com/guide/topics/resources/drawable-resource) name - Supported on Android
194
195
```js
196
tabBarIcon: {
197
- type: 'drawable',
+ type: 'drawableResource',
198
name: 'sunny',
199
200
@@ -221,7 +221,7 @@ tabBarIcon: Platform.select({
221
name: 'heart',
222
},
223
android: {
224
225
name: 'heart_icon',
226
227
});
0 commit comments