update readme with running the example project

This commit is contained in:
Ran Greenberg 2018-03-01 11:54:59 +02:00
parent b66c871942
commit 81d493b972
1 changed files with 6 additions and 0 deletions

View File

@ -54,6 +54,12 @@ And in the package list in the same file (e.g. `getPackages`) add:
+ new RNCameraKitPackage() + new RNCameraKitPackage()
``` ```
## Running the example project
- ```cd example```
- ```yarn``` or ```npm install```
- ```react-native run-ios``` or ```react-native run-android```
## APIs ## APIs
### CameraKitCamera - Camera component ### CameraKitCamera - Camera component