Clone this repo
git clone git@github.com:jerolan/react-native-shift-left-example.gitInstall the dependencies
yarnRun the local server
yarn startRun the app
// iOS
yarn ios
// Android (need to have an emulator o device running/connected)
yarn android