An example for experimenting with react-native-image-picker.
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).