packages/native/example/README.md
## Run the example
- Run the example locally
+ Clone the repository and `cd` to this directory
+ Run `yarn` to install the dependencies
+ Run `yarn start` to start the packager
+ Scan the QR Code with the Expo app
## Debugging
The simplest way to debug the app is using [React Native Debugger](https://github.com/jhen0409/react-native-debugger).
## Troubleshooting
- Reset cache `yarn start --reset-cache`