update readme with running the example project
This commit is contained in:
parent
b66c871942
commit
81d493b972
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue