experimental-transitioner icon indicating copy to clipboard operation
experimental-transitioner copied to clipboard

transitioner throws error, in real app and also the example app

Open siderakis opened this issue 6 years ago • 2 comments

From the example app

 [23:42:21] TypeError: TypeError: undefined is not an object (evaluating 'descriptors[transitionRouteKey].options')

This error is located at:
    in Transitioner (at createNavigator.js:59)
    in Navigator (at SceneView.js:9)
    in SceneView (at SwitchView.js:12)
    in SwitchView (at createNavigator.js:59)
    in Navigator (at createAppContainer.js:380)
    in NavigationContainer (at App.js:52)
    in RCTView (at View.js:60)
    in View (at LayoutContext.js:133)
    in RCTView (at View.js:60)
    in View (at LayoutContext.js:207)
    in InternalLayoutProvider (at LayoutContext.js:219)
    in LayoutProvider (at App.js:51)
    in App (at registerRootComponent.js:35)
    in RootErrorBoundary (at registerRootComponent.js:34)
    in ExpoRootComponent (at renderApplication.js:33)
    in RCTView (at View.js:60)
    in View (at AppContainer.js:102)
    in RCTView (at View.js:60)
    in View (at AppContainer.js:122)
    in AppContainer (at renderApplication.js:32)```

siderakis avatar Oct 28 '18 03:10 siderakis

@ericvicenti any idea on how to deal with this?

stan-sack avatar Dec 20 '18 07:12 stan-sack

getting same error here. any updates @ericvicenti ?

ovy9086 avatar Feb 15 '19 10:02 ovy9086