A React Native app built with
- ReactiveSearch
- Auth0
- Appbase.io
- ❤️
Check the corresponding Node/Express server here.
-
Clone and setup the server from here
-
Clone this repo
-
Install dependencies:
yarn
- Start the packager:
yarn start
- Start the ios/android emulator with the
react-native-cli
:
react-native run-ios
react-native run-android