tidev icon indicating copy to clipboard operation
tidev copied to clipboard

Example reader app for my presentation at Tidev meetup

tidev

Example reader app for my presentation at Tidev meetup

How to run

  1. Clone this project

  2. Install node packages. Run the following command in the project directory.

npm install
  1. Run packager server.
npm start
  1. For iOS, Build and run the app in Xcode.

  2. For Android, Build with gradle and run on device/emulator.

react-native run-android
  1. That's it.