This repo is the example code from the talk "Getting Better All the Time: How to Escape Bad Code" presented at React Native EU 2022.
Optional:
- To run on Android Emulator, Android Studio
- To run on iOS Simulator, Xcode
- Clone the repo
- Run
yarn install
Dependencies are locked with yarn.lock; please use yarn rather than npm for installing.
- Run
yarn start
- Run
yarn test
MIT