Fresh react-native installation using create-react-native-app
followed with exp build:ios
results in the following error:
[jmoretti:~/Git/test/pavarottisetup]$ exp build:ios
[exp] Making sure project is set up correctly...
/[exp] Warning: Not using the Expo fork of react-native. See https://docs.expo.io/.
[exp] Your project looks good!
[exp] Your project must have a bundleIdentifier set in app.json.
See https://docs.expo.io/versions/latest/guides/building-standalone-apps.html
Exact steps:
create-react-native-app testProject
cd testProject
npm start
exp build:ios
Versions:
create-react-native-app version: 1.0.0
exp: 48.0.2
node: v7.0.0
npm: 4.6.1
Through terminal on a macbook pro.
Thank you
Howdy:
Its true, you do need to have a bundleIdentifier in your app.json.
See docs: https://docs.expo.io/versions/latest/guides/building-standalone-apps.html
Dead Link :(
Most helpful comment
Howdy:
Its true, you do need to have a bundleIdentifier in your app.json.
See docs: https://docs.expo.io/versions/latest/guides/building-standalone-apps.html