This is a real simple react-native social app basing on the default JSON APIs on https://jsonplaceholder.typicode.com/
- Clone to the local environment
- Run
npm install
at project root - Run
react-native run-ios
to start the app
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.