wix / react-native-ui-lib

UI Components Library for React Native

Home Page:https://wix.github.io/react-native-ui-lib/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

vedmant opened this issue · comments

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

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

@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

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