Native client of Webseries API made with react-native for:
- iOS
- Android (in progress)
Make sure you have Node +v4.0.0 installed
npm install
npm start
This second step builds the bundle using webpack. This step may take a while.
Open webseriesnative.xcodeproj
in Xcode and run the project.
Open an emulator or connect a device and then run react-native run-android
to install the app on it.
Warning! Android app is not done yet