Skip to content

apentle/example

Repository files navigation

example

Blog app example

Setup

  1. Clone the repo
$ git clone https://github.com/apentle/example.git
$ cd example
  1. Install dependencies
$ npm install
  1. Running on Android
$ react-native run-android
  1. Running on iOS
$ react-native run-ios