Future of mobile development / CI/CD with React-Native
Full Featured (30 min.)
If you ever worked on a large web project with a big development team you likely have experience with continuous integration. pushing a code to git automatically goes to staging or production server!
How about mobile? React Native mobile projects? Setting up a CI system for mobile iOS/Android helps ship updates more often with zero effort! It also helps to test the outcome and streamline the entire development process.
In my lecture, I'll go over the parts we use to streamline the development cycle for mobile using tools like: prettier & linting, unit tests, E2E tests and further to Github + Bitrise + Hockeyapp or google play / apple's app store for distribution.