Skip to content

Instantly share code, notes, and snippets.

@adrianosela
Created June 14, 2020 23:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save adrianosela/73b4993848ca2d34f9951d5e6387777c to your computer and use it in GitHub Desktop.
Save adrianosela/73b4993848ca2d34f9951d5e6387777c to your computer and use it in GitHub Desktop.
✔ ~/go/src/github.com/adrianosela/tagatree/app [master|✔]
16:38 $ expo eject
Your git working tree is clean
To revert the changes after this command completes, you can run the following:
git clean --force && git reset --hard
Now we need to know your iOS bundle identifier. You can change this in the future if you need to.
? What would you like your bundle identifier to be? com.adrianosela.tagatree.app
Now we need to know your Android package. You can change this in the future if you need to.
? What would you like your package to be named? com.adrianosela.tagatree.app
✔ App configuration (app.json) updated.
✔ Created native project directories (./ios and ./android) and updated .gitignore.
✔ Added Metro bundler configuration.
✔ Updated package.json and added index.js entry point for iOS and Android.
✔ Installed JavaScript dependencies.
⚠️ iOS configuration applied with warnings that should be fixed:
- supportsTablet: You will need to configure this in the "General" tab for your project target in Xcode.
- icon: This is the image that your app uses on your home screen, you will need to configure it manually.
- splash: This is the image that your app uses on the loading screen, we recommend installing and using expo-splash-screen. Details.
⚠️ Android configuration applied with warnings that should be fixed:
- splash: This is the image that your app uses on the loading screen, we recommend installing and using expo-splash-screen. Details.
- icon: This is the image that your app uses on your home screen, you will need to configure it manually.
✔ Installed pods and initialized Xcode workspace.
⚠️ Your app includes 1 package that requires additional setup in order to run:
- react-native-maps: https://github.com/react-native-community/react-native-maps
➡️ Next steps
- 👆 Review the logs above and look for any warnings (⚠️ ) that might need follow-up.
- 💡 You may want to run npx @react-native-community/cli doctor to help install any tools that your app may need to run your native projects.
- 🔑 Download your Android keystore (if you're not sure if you need to, just run the command and see): expo fetch:android:keystore
☑️ When you are ready to run your project
To compile and run your project in development, execute one of the following commands:
- yarn ios
- yarn android
- yarn web
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment