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

Expo: Project is incompatible with this version of Expo Go (QR in README.md) #2964

Open
2 of 7 tasks
vedmant opened this issue Feb 28, 2024 · 3 comments
Open
2 of 7 tasks
Labels
bug a bug in one of the components

Comments

@vedmant
Copy link

vedmant commented Feb 28, 2024

Description

Hi, I tried to open this in Expo on iPhone by QR code, but have following error:

"Project is incompatible with this version of Expo Go"

IMG_F7F6FFA634B7-1

Related to

  • Components
  • Demo
  • Docs
  • Typings

Affected platforms

  • Android
  • iOS
  • Web
@vedmant vedmant added the bug a bug in one of the components label Feb 28, 2024
@JSantangelo-Octopus
Copy link

Hi! I think this is not a rnui related issue. You should update the expo version on your project https://docs.expo.dev/workflow/upgrading-expo-sdk-walkthrough/

Remember to run npx expo-doctor after any expo update, and before a deploy. In my case, i have this commands in my package.json to make it easier

"doctor": "npx expo-doctor",
"expo-fix": "npx expo install --fix"

if npm run doctor returns a conflict, you can resolve it with npm run expo-fix

@vedmant
Copy link
Author

vedmant commented Mar 1, 2024

@JSantangelo-Octopus I didn't install any project I'm opening in Expo from QR code in the readme file on the front page of the repo https://github.com/wix/react-native-ui-lib

@vedmant vedmant changed the title Expo: Project is incompatible with this version of Expo Go Expo: Project is incompatible with this version of Expo Go (QR in README.md) Mar 1, 2024
@itlingxiu
Copy link

这种相差一个版本如何解决这个问题

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug a bug in one of the components
Projects
None yet
Development

No branches or pull requests

3 participants