experimental-transitioner
experimental-transitioner copied to clipboard
transitioner throws error, in real app and also the example app
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)```
@ericvicenti any idea on how to deal with this?
getting same error here. any updates @ericvicenti ?