Example reader app for my presentation at Tidev meetup
-
Clone this project
-
Install node packages. Run the following command in the project directory.
npm install
- Run packager server.
npm start
-
For iOS, Build and run the app in Xcode.
-
For Android, Build with gradle and run on device/emulator.
react-native run-android
- That's it.