renderScene function
Required function which renders the scene for a given route. Will be invoked with the route and the navigator object
(route, navigator) => <MySceneComponent title={route.title} navigator={navigator} />
renderScene function
Required function which renders the scene for a given route. Will be invoked with the route and the navigator object
(route, navigator) => <MySceneComponent title={route.title} navigator={navigator} />
Please login to continue.