renderScene function
Required function which renders the scene for a given route. Will be invoked with the route and the navigator object
1 2 | (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
1 2 | (route, navigator) => <MySceneComponent title={route.title} navigator={navigator} /> |
Designed by : w10schools
service@w10schools.com
Please login to continue.