ignite
ignite copied to clipboard
RN/Expo Unite!
Please verify the following:
- [x]
yarn ci:testjest tests pass with new tests, if relevant - [x]
README.mdhas been updated with your changes, if relevant
Describe your PR
Implements Expo/Vanilla Unification (#1983)
- [x] Update the scripts to have both
yarn iosandyarn expo:ios(etc) depending on what you want to run -- running on Expo Go will always be prefixed withyarn expo:* - [x] Ensure that
index.jsandApp.jsload appropriately based on which is run - [x] Unify any
*.expo.*files where appropriate - [x] Let the user know after running
newhow to run via vanilla vs Expo - [x] Updated help, new commands to remove Expo references
- [x] Updated README to remove reference to Expo
- [x] Added warning message if user still supplies
--expo
Tested commands
- [x]
yarn ios - [x]
yarn android - [x]
yarn expo:start - [x]
yarn expo:web
Other tasks
- [x] Remove Expo warning about
.expo.*file extensions - [ ] Testing with detox
- [x] Run
expo doctorforboilerplate\for clean terminal after igniting an app
Example of warning message:
