Skip to content
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

Closed
tomredman opened this issue Oct 29, 2020 · 4 comments · Fixed by #167
Closed

Please update to work with Expo Client 39 / React Native 0.63 #154

tomredman opened this issue Oct 29, 2020 · 4 comments · Fixed by #167

Comments

@tomredman
Copy link

Setup (always fill this in):

  • iOS or Android? iOS
  • Expo or regular React Native? Expo
  • React Native Version: 0.63.2
  • react-native-activity-feed or expo-activity-feed version: expo-activity-feed@0.9.1
  • getstream version: getstream@4.5.4

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:

  1. Download latest version of Expo client for iOS
  2. Try to get this repo to run

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.

@tomredman
Copy link
Author

The offending package was actually react-native-keyboard-aware-scroll-view, which needs to be 0.9.2.

@Quantmatic
Copy link

The offending package was actually react-native-keyboard-aware-scroll-view, which needs to be 0.9.2.

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

@vishalnarkhede
Copy link
Contributor

Hey @Quantmatic @tomredman We will update and fix these issues early next week :)

@vishalnarkhede vishalnarkhede linked a pull request Jan 7, 2021 that will close this issue
@tomredman
Copy link
Author

Thank you @vishalnarkhede!

Sorry @Quantmatic – I totally missed your comment. My bad!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants