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 d8a02ea commit cc851d4Copy full SHA for cc851d4
source/views/transportation/index.js
@@ -40,10 +40,6 @@ export default TabNavigator(
40
41
TransportationOtherModesListView: {
42
screen: OtherModesView,
43
- navigationOptions: {
44
- tabBarLabel: 'Other Modes',
45
- tabBarIcon: TabBarIcon('boat'),
46
- },
47
},
48
49
{
source/views/transportation/otherModes.js
@@ -52,3 +52,7 @@ export default function OtherModesView() {
52
</SimpleListView>
53
)
54
}
55
+OtherModesView.navigationOptions = {
56
+ tabBarLabel: 'Other Modes',
57
+ tabBarIcon: TabBarIcon('boat'),
58
+}
0 commit comments