| 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 changesWhen you want to update native app
 | 
| Build | Process of building native appUse 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 usersWhen you have created build and you want to submit it (in most cases it will go automatically build + submit)
 |