mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-25 20:05:18 +00:00
22 lines
181 B
Markdown
22 lines
181 B
Markdown
|
# Example project
|
||
|
|
||
|
## Install deps
|
||
|
|
||
|
```bash
|
||
|
cd example
|
||
|
yarn install
|
||
|
```
|
||
|
|
||
|
## Running (ios)
|
||
|
|
||
|
```bash
|
||
|
cd example
|
||
|
yarn ios
|
||
|
```
|
||
|
|
||
|
## Running (android)
|
||
|
|
||
|
```bash
|
||
|
cd example
|
||
|
yarn android
|
||
|
```
|