|
@@ -12,17 +12,7 @@ Navigation.startTabBasedApp({
|
12
|
12
|
screen: 'example.FirstTabScreen',
|
13
|
13
|
icon: require('../img/one.png'),
|
14
|
14
|
selectedIcon: require('../img/one_selected.png'),
|
15
|
|
- title: 'Screen One',
|
16
|
|
- navigatorStyle: {
|
17
|
|
- navBarBackgroundColor: '#4dbce9',
|
18
|
|
- navBarTextColor: '#ffff00',
|
19
|
|
- navBarSubtitleTextColor: '#ff0000',
|
20
|
|
- navBarButtonColor: '#ffffff',
|
21
|
|
- statusBarTextColorScheme: 'light',
|
22
|
|
- tabBarBackgroundColor: '#4dbce9',
|
23
|
|
- tabBarButtonColor: '#ffffff',
|
24
|
|
- tabBarSelectedButtonColor: '#ffff00'
|
25
|
|
- }
|
|
15
|
+ title: 'Screen One'
|
26
|
16
|
},
|
27
|
17
|
{
|
28
|
18
|
label: 'Two',
|
|
@@ -34,7 +24,12 @@ Navigation.startTabBasedApp({
|
34
|
24
|
tabBarBackgroundColor: '#4dbce9',
|
35
|
25
|
}
|
36
|
26
|
}
|
37
|
|
- ]
|
|
27
|
+ ],
|
|
28
|
+ drawer: {
|
|
29
|
+ left: {
|
|
30
|
+ screen: 'example.SideMenu'
|
|
31
|
+ }
|
|
32
|
+ }
|
38
|
33
|
});
|
39
|
34
|
// Navigation.startSingleScreenApp({
|
40
|
35
|
// screen: {
|