|
|
||
|---|---|---|
| .. | ||
| android | ||
| ios | ||
| .babelrc | ||
| .buckconfig | ||
| .flowconfig | ||
| .gitattributes | ||
| .gitignore | ||
| .watchmanconfig | ||
| App.js | ||
| app.json | ||
| index.js | ||
| package.json | ||
| README.md | ||
| yarn.lock | ||
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).