|
@@ -150,7 +150,10 @@ export default class App {
|
150
|
150
|
left: { // optional, define if you want a drawer from the left
|
151
|
151
|
screen: 'example.BottomTabsSideMenu' // unique ID registered with Navigation.registerScreen
|
152
|
152
|
},
|
153
|
|
- disableOpenGesture: false // optional, can the drawer be opened with a swipe instead of button
|
|
153
|
+ disableOpenGesture: false, // optional, can the drawer be opened with a swipe instead of button
|
|
154
|
+ passProps: {
|
|
155
|
+ title: 'Hello from SideMenu'
|
|
156
|
+ }
|
154
|
157
|
}
|
155
|
158
|
});
|
156
|
159
|
return;
|