react-native-image-picker/example
Nicolas Charpentier f1c9bd01d1 Fix example app
2018-11-23 13:25:57 -05:00
..
android Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
ios Fix example app 2018-11-23 13:25:57 -05:00
.babelrc Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
.buckconfig Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
.flowconfig Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
.gitattributes Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
.gitignore Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
.watchmanconfig Fix example app 2018-11-23 13:25:57 -05:00
App.js Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
app.json Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
index.js Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
package.json Fix example app 2018-11-23 13:25:57 -05:00
README.md Fix example app 2018-11-23 13:25:57 -05:00
yarn.lock Fix example app 2018-11-23 13:25:57 -05:00

Example

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

Usage

Install dependencies using:

yarn install

Start the packager with:

yarn start

You'll have to reinstall the dependencies each time you want to try a different version of react-native-image-picker.