Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 514 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 514 Bytes

react-native-social-app-sample

This is a real simple react-native social app basing on the default JSON APIs on https://jsonplaceholder.typicode.com/

Getting Started

  1. Clone to the local environment
  2. Run npm install at project root
  3. Run react-native run-ios to start the app

Prerequisites

Please make sure node version is 8 or above, otherwise some build error may occur with this version of React-Native (0.56)

So far, this app has been tested on iOS 10.3 simulator and iOS 11 real device.