react-native-image-picker/example/README.md
2018-12-10 14:41:30 -05:00

350 B

Example

An example for experimenting with react-native-image-picker.

Usage

Install dependencies using:

yarn install

Start the packager with:

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).