@allsquare/react-native-image-picker
Version:
A React Native module that allows you to use native UI to select media from the device library or directly from the camera
20 lines (12 loc) • 350 B
Markdown
# Example
An example for experimenting with react-native-image-picker.
## Usage
Install dependencies using:
```bash
yarn install
```
Start the packager with:
```bash
yarn start
```
You will have to reinstall `react-native-image-picker` every time you do changes in the library: `rm -rf node_modules && yarn install` (from `./example` folder).