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
Describe the bug
Currently, we are using with StackNavigator
When we add to App.js It Throw error as below
Error: Couldn't find a navigation context. Have you wrapped your app with 'NavigationContainer'?
See https://reactnavigation.org/docs/getting-started for setup instructions.
If I remove NavigationContainer then FlatFeed loads in-app but I need it for routing.
To Reproduce
Steps to reproduce the behavior:
With the new Expo app add Navigation then try to add expo-activity-feed
Expected behavior
FlatFeed should work with react-navigation
I also have the issue on a new RN project (not using Expo) when installing react-native-activity-feed@latest, downgraded to 1.1.0 as mentioned above and navigation error no longer present.
Both
Expo
0.64.3
expo-activity-feed
Version =>1.1.1
getstream
Version =>7.2.11
@react-navigation/native
Version =>6.0.6
@react-navigation/native-stack
Version =>6.2.5
Describe the bug
Currently, we are using with StackNavigator
When we add to App.js It Throw error as below
If I remove NavigationContainer then FlatFeed loads in-app but I need it for routing.
To Reproduce
Steps to reproduce the behavior:
With the new Expo app add Navigation then try to add expo-activity-feed
Expected behavior
FlatFeed should work with react-navigation
Code App.js
Code NavigationStack.js
Code Feeds.js
The text was updated successfully, but these errors were encountered: