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