Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 1.33 KB

README.md

File metadata and controls

54 lines (40 loc) · 1.33 KB

pharmacyonduty-mobile

React Native implementation for Pharmacy on duty (https://github.com/emre/PharmacyOnDuty)

pharmacyonduty uses react native, redux

IOS

List List

Android

![List](screenshots/android_detail.png)

Requirements

Installation

$ npm install -g react-native-cli
$ brew install watchman
$ brew install flow
$ git clone [email protected]:bahattincinic/pharmacyonduty-mobile.git
$ cd pharmacyonduty-mobile && npm install

Click the following links for more information:

To run the project for Android

$ react-native run-android

Facebook recommended to Genymotion for Android Emulator. Genymotion is Fast And Easy Android Emulator.

To run the project for IOS (require Xcode)

$ Open ios/pharmacyonduty.xcodeproj
Run project with xcode.

or

$ react-native run-ios

Xcode 7.0 or higher is required. It can be installed from the App Store.