-
Notifications
You must be signed in to change notification settings - Fork 88
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
Please update to work with Expo Client 39 / React Native 0.63 #154
Comments
The offending package was actually |
Hi Tom, if you managed to get the example to run on the latest expo, I would love to clone your efforts I'm trying to do the same at the moment, biting through errors |
Hey @Quantmatic @tomredman We will update and fix these issues early next week :) |
Thank you @vishalnarkhede! Sorry @Quantmatic – I totally missed your comment. My bad! |
Setup (always fill this in):
react-native-activity-feed
orexpo-activity-feed
version:[email protected]
getstream
version:[email protected]
Describe the bug
The default repo no longer runs on Expo Client for iOS, which requires Expo SDK 36, 37, 38, or 39. Attempting to upgrade to 39 results in cascading dependency issues, the biggest being that react native has deprecated
ListView
, and everything fails from there.To Reproduce
Steps to reproduce the behavior:
Expected behavior
The example app runs on Expo.
Screenshots
Additional context
If I could go back and use an old version of Expo I would, but I can't unfortunately. I will try with Expo 36 as that's the oldest SDK supported by the Expo app.
The text was updated successfully, but these errors were encountered: