|
|
|
|
173
|
{
|
173
|
{
|
174
|
label: 'One', // tab label as appears under the icon in iOS (optional)
|
174
|
label: 'One', // tab label as appears under the icon in iOS (optional)
|
175
|
screen: 'example.FirstTabScreen', // unique ID registered with Navigation.registerScreen
|
175
|
screen: 'example.FirstTabScreen', // unique ID registered with Navigation.registerScreen
|
176
|
- icon: require('../img/one.png'), // local image asset for the tab icon unselected state (optional)
|
|
|
|
|
176
|
+ icon: require('../img/one.png'), // local image asset for the tab icon unselected state (optional on iOS)
|
177
|
selectedIcon: require('../img/one_selected.png'), // local image asset for the tab icon selected state (optional)
|
177
|
selectedIcon: require('../img/one_selected.png'), // local image asset for the tab icon selected state (optional)
|
178
|
title: 'Screen One', // title of the screen as appears in the nav bar (optional)
|
178
|
title: 'Screen One', // title of the screen as appears in the nav bar (optional)
|
179
|
navigatorStyle: {}, // override the navigator style for the tab screen, see "Styling the navigator" below (optional),
|
179
|
navigatorStyle: {}, // override the navigator style for the tab screen, see "Styling the navigator" below (optional),
|