Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError: No default value on IOS physical device #269

Open
ghorbani-m opened this issue Aug 28, 2022 · 1 comment
Open

TypeError: No default value on IOS physical device #269

ghorbani-m opened this issue Aug 28, 2022 · 1 comment
Assignees

Comments

@ghorbani-m
Copy link
Collaborator

ghorbani-m commented Aug 28, 2022

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)

Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.

@ghorbani-m
Copy link
Collaborator Author

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,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants