Slide 3
Slide 3 text
YOUR PROJECT
WITHOUT A CI/CD SETUP.
- Start a new project (npx react-native init AwesomeProject)
- Work on your project for both iOS and Android
- Build release versions of your applications
- Submit to the app/play store
- Most likely get an app rejection from apple store
- Fix the issue you get with the app store
- Most likely get a second rejections
- Fix the app bug
- Finally get all apps accepted by both stores.