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 was archived by the owner on Jun 4, 2026. It is now read-only.
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
BothExpo0.64.3expo-activity-feedVersion =>1.1.1getstreamVersion =>7.2.11@react-navigation/nativeVersion =>6.0.6@react-navigation/native-stackVersion =>6.2.5Describe 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