Open sidjai09 opened 2 years ago
I also found this issue after upgrading from 1.1.0 to 1.1.1, downgrading resolved it.
Found any solutions?
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