Name | Description | Type of testing | Requirements | When to USE |
---|
Update | - Replace javascript/typescript code in mobile app (expo go or native app)
- Use eas update
| Expo go | - Expo project configuration π
- Testing in Expo Go π
| |
Native app | - App configuration π
- Update
| - When you have only typescript changes
- When you want to update native app
|
Build | - Process of building native app
- Use eas build
| Native app | | |
Submit | - Process of submitting app to the stores (app store and play store)
- Use eas submit
| Native app | - When you want to submit app for testers or production users
- When you have created build and you want to submit it (in most cases it will go automatically build + submit)
|