You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I recently pulled jhipster to try to build a react native app.
rnhipster --version
5.1.0 (generator-jhipster 8.7.3)
When I go to test it out on my iphone after installing the Expo Go app and using the qr code from the console, I get the following error about a mismatch of Expo SDK version.
What would be the best way for me to get to Expo 52 so I can test on the iphone? I don't have a mac 😞 and it doesn't look like you can setup the emulator on windows.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I recently pulled jhipster to try to build a react native app.
rnhipster --version
5.1.0 (generator-jhipster 8.7.3)
When I go to test it out on my iphone after installing the Expo Go app and using the qr code from the console, I get the following error about a mismatch of Expo SDK version.
What would be the best way for me to get to Expo 52 so I can test on the iphone? I don't have a mac 😞 and it doesn't look like you can setup the emulator on windows.
It looks like the version in this file is >51
generator-jhipster-react-native/generators/react-native/resources/expo/package.json
Line 17 in 2e283f6
But this script is going to pull down 51
It looks like i could update here?
generator-jhipster-react-native/generators/react-native/templates/e2e/scripts/download-expo.sh.ejs
Line 20 in 2e283f6
Thanks for your help!
Beta Was this translation helpful? Give feedback.
All reactions