|
@@ -120,6 +120,25 @@ class WelcomeScreen extends Component {
|
120
|
120
|
}
|
121
|
121
|
}
|
122
|
122
|
}
|
|
123
|
+ },
|
|
124
|
+ {
|
|
125
|
+ component: {
|
|
126
|
+ name: 'navigation.playground.TextScreen',
|
|
127
|
+ passProps: {
|
|
128
|
+ text: 'This is tab 3',
|
|
129
|
+ myFunction: () => 'Hello from a function!'
|
|
130
|
+ },
|
|
131
|
+ options: {
|
|
132
|
+ topBar: {
|
|
133
|
+ visible: true
|
|
134
|
+ },
|
|
135
|
+ bottomTab: {
|
|
136
|
+ text: 'Tab 3',
|
|
137
|
+ icon: require('../images/one.png'),
|
|
138
|
+ selectedIcon: require('../images/one.png')
|
|
139
|
+ }
|
|
140
|
+ }
|
|
141
|
+ }
|
123
|
142
|
}
|
124
|
143
|
],
|
125
|
144
|
options: {
|