You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tap on a story I get the below error, It happens on a physical device (iPhone 5)
ERROR TypeError: No default value
This error is located at:
in BaseNavigationContainer (at NavigationContainer.tsx:132)
in ThemeProvider (at NavigationContainer.tsx:131)
in NavigationContainerInner (at app-navigator.tsx:207)
in RCTView (at View.js:32)
in View (at createAnimatedComponent.tsx:682)
in AnimatedComponent(View) (at createAnimatedComponent.tsx:693)
in Unknown (at app-navigator.tsx:206)
in AppNavigator (at app.tsx:99)
in WalletConnectProvider (at app.tsx:93)
in RecoilRoot_INTERNAL (created by RecoilRoot)
in RecoilRoot (at app.tsx:92)
in ErrorBoundary (at app.tsx:91)
in RNCSafeAreaProvider (at SafeAreaContext.tsx:87)
in SafeAreaProvider (at app.tsx:90)
in ThemeProvider (at app.tsx:89)
in ThemeProvider (at app.tsx:88)
in RCTView (at View.js:32)
in View (at GestureHandlerRootView.tsx:17)
in GestureHandlerRootView (at app.tsx:87)
in App (at renderApplication.js:50)
in RCTView (at View.js:32)
in View (at AppContainer.js:92)
in RCTView (at View.js:32)
in View (at AppContainer.js:119)
in AppContainer (at renderApplication.js:43)
in fotos(RootComponent) (at renderApplication.js:60)
The issue was about passing params to another screen in react-navigation, we should provide a serializable object in the params for navigation. so I used store state to pass the Story object to the highlight screen,
When I tap on a story I get the below error, It happens on a physical device (iPhone 5)
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: