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
{{ message }}
This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
Couldn't find a navigation context. Have you wrapped your app with 'NavigationContainer'? See https://reactnavigation.org/docs/getting-started for setup instructions.
and yes, my app is wrapped in NavigationContainer (v5).
I'm forgetting something?
Thank you
The text was updated successfully, but these errors were encountered:
AleeeKoi
changed the title
Couldn't find a navigation context
react-native-viewpager - Couldn't find a navigation context
Sep 8, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello!
I'm trying to integrate this lib
react-native-viewpager
If I create a reference in my functional component like this:
const viewPageRef = React.useRef()
an passing to the ViewPage component:
I got the following error:
Couldn't find a navigation context. Have you wrapped your app with 'NavigationContainer'? See https://reactnavigation.org/docs/getting-started for setup instructions.
and yes, my app is wrapped in NavigationContainer (v5).
I'm forgetting something?
Thank you
The text was updated successfully, but these errors were encountered: