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
After successfully running the default App with Expo I tried to eject it and have it working without it. Once ejected the Build succeeded but when running yarn run ios (Working from a Mac Book w/ Xcode) a error pupped up.
Expected Behavior
After running yarn run eject I expected the yarn run ios build and run the default app successfully.
Observed Behavior
The build succeeded but when running the packager/emulator errors with the .jsbundle where crashing.
Error text goes here!
Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts: n/a
npm ls react-native: 0.47.2
npm ls expo: n/a
node -v: 8.9.1
npm -v: 5.5.1
yarn --version: 1.3.2
watchman version: n/a
Also specify:
Operating system:
Phone/emulator/simulator & version:
Reproducible Demo
Eject generated CRNA w/ TS script.
Run ios script
PS noted that this might be a react-native related issue, but have not found a work around for either JS nor TS.
The text was updated successfully, but these errors were encountered:
I still have the same issue with android. Everything works fine when I run the app via Expo. But when I eject it and then run it with yarn run android I get the following error :
Description
After successfully running the default App with Expo I tried to eject it and have it working without it. Once ejected the Build succeeded but when running
yarn run ios
(Working from a Mac Book w/ Xcode) a error pupped up.Expected Behavior
After running
yarn run eject
I expected theyarn run ios
build and run the default app successfully.Observed Behavior
The build succeeded but when running the packager/emulator errors with the
.jsbundle
where crashing.Environment
Please run these commands in the project folder and fill in their results:
npm ls react-native-scripts
: n/anpm ls react-native
: 0.47.2npm ls expo
: n/anode -v
: 8.9.1npm -v
: 5.5.1yarn --version
: 1.3.2watchman version
: n/aAlso specify:
Reproducible Demo
PS noted that this might be a
react-native
related issue, but have not found a work around for either JS nor TS.The text was updated successfully, but these errors were encountered: