Application Android et IOS pour l'amicale des élèves
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

eject.txt 2.6KB

12345678910111213141516171819202122232425262728293031323334353637
  1. Your git working tree is clean
  2. To revert the changes after this command completes, you can run the following:
  3. git clean --force && git reset --hard
  4. ✔ App configuration (app.json) updated.
  5. ✔ Created native project directories (./ios and ./android) and updated .gitignore.
  6. ✔ Updated package.json and added index.js entry point for iOS and Android.
  7. ✔ Installed JavaScript dependencies.
  8. ⚠️ iOS configuration applied with warnings that should be fixed:
  9. - icon: This is the image that your app uses on your home screen, you will need to configure it manually.
  10. - splash: This is the image that your app uses on the loading screen, we recommend installing and using expo-splash-screen. Details. (​https://github.com/expo/expo/blob/master/packages/expo-splash-screen/README.md​)
  11. ⚠️ Android configuration applied with warnings that should be fixed:
  12. - splash: This is the image that your app uses on the loading screen, we recommend installing and using expo-splash-screen. Details. (​https://github.com/expo/expo/blob/master/packages/expo-splash-screen/README.md​)
  13. - icon: This is the image that your app uses on your home screen, you will need to configure it manually.
  14. - android.adaptiveIcon: This is the image that your app uses on your home screen, you will need to configure it manually.
  15. ✔ Skipped installing CocoaPods because operating system is not on macOS.
  16. ⚠️ Your app includes 3 packages that require additional setup in order to run:
  17. - expo-camera: https://github.com/expo/expo/tree/master/packages/expo-camera
  18. - react-native-appearance: https://github.com/expo/react-native-appearance
  19. - react-native-webview: https://github.com/react-native-community/react-native-webview
  20. ➡️ Next steps
  21. - 👆 Review the logs above and look for any warnings (⚠️ ) that might need follow-up.
  22. - 💡 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.
  23. - 🍫 When CocoaPods is installed, initialize the project workspace: cd ios && pod install
  24. - 🔑 Download your Android keystore (if you're not sure if you need to, just run the command and see): expo fetch:android:keystore
  25. - 🚀 expo-updates (​https://github.com/expo/expo/blob/master/packages/expo-updates/README.md​) has been configured in your project. Before you do a release build, make sure you run expo publish. Learn more. (​https://expo.fyi/release-builds-with-expo-updates​)
  26. ☑️ When you are ready to run your project
  27. To compile and run your project in development, execute one of the following commands:
  28. - npm run ios
  29. - npm run android
  30. - npm run web