Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 605 Bytes

README.md

File metadata and controls

25 lines (14 loc) · 605 Bytes

Webseries native

Native client of Webseries API made with react-native for:

  • iOS
  • Android (in progress)

Getting Started

Make sure you have Node +v4.0.0 installed

  1. npm install
  2. npm start

This second step builds the bundle using webpack. This step may take a while.

iOS

Open webseriesnative.xcodeproj in Xcode and run the project.

Android

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