We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7139217 commit e01b6feCopy full SHA for e01b6fe
src/native-common/NavigatorExperimentalDelegate.tsx
@@ -207,7 +207,7 @@ export class NavigatorExperimentalDelegate extends NavigatorDelegate {
207
// Callback from Navigator.js to RX.Navigator
208
private _renderScene = (props: NavigationSceneRendererProps, navigator?: RN.Navigator): JSX.Element => {
209
let parentState: NavigationState = props.navigationState;
210
- let sceneState: NavigationRouteState = parentState.routes[parentState.index] as NavigationRouteState;
+ let sceneState: NavigationRouteState = parentState.routes[props.scene.index] as NavigationRouteState;
211
// route exists?
212
if (sceneState.route) {
213
// call the renderScene callback sent from SkypeXNavigator
0 commit comments