-
Notifications
You must be signed in to change notification settings - Fork 199
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
Render error: Couldn't find a navigation context #52
Comments
I'm experiencing the same issue as well. I'm using the latest expo version 44 |
When we use |
Same Issue here but not using expo |
Not the best solution but I started to write my own custom implementation using parts of the |
Experiencing similar issues, is this related to a new version? I didn't have these issues a few weeks ago. |
I was able to resolve by pinning this dependency.
I am not sure what actually broke as i don't have time to dig into code atm but after this launch i may try to push a fix. The activity feeds and javascript implementations do not seem to be as big a priority for GetStream and the examples, docs, and resources are not up to date or stable. |
GetStream/react-native-activity-feed#244 (comment) Related issue in the actual repo. |
Also mentioned in GetStream/react-native-activity-feed#243 No response from maintainers, this is pretty frustrating. With all Stream's development and newly raised funding seemingly going towards the Chat product, maintaining a project using Feeds is becoming increasingly difficult, littered with security vulnerabilities and bugs. We've had no choice but to treat React Native feeds as abandoned and change our whole product strategy. |
@afestein - At this point i'm just rolling all my own custom components and using the api directly. Hopefully they don't sunset the Feeds project. |
I get this error:
"Render Error: Couldn't find a navigation context. Have you wrapped your app with 'NavigationContainer'?"
I noticed that this issue appears whenever a Stream Flatfeed is inside a navigation container. When the feed is on its own (not part of any stack/tab navigation), it renders correctly. I am testing on Android using Node v16.13.1 and Expo v44.
Any tips on this?
I was able to reproduce this issue on a smaller app:
The text was updated successfully, but these errors were encountered: