react-native-image-picker/example
Johan 11dcf311b7
V1.0.1 (#1120)
refactor: Replace JavaScript with TypeScript and AndroidX support
2019-07-09 10:09:00 +01:00
..
android V1.0.1 (#1120) 2019-07-09 10:09:00 +01:00
ios Update example project 2018-12-10 14:41:30 -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 Update example project 2018-12-10 14:41:30 -05:00
App.js V1.0.1 (#1120) 2019-07-09 10:09:00 +01:00
app.json Update example with RN 0.57 (#980) 2018-11-21 12:44:46 -05:00
index.js V1.0.1 (#1120) 2019-07-09 10:09:00 +01:00
package.json Update example project 2018-12-10 14:41:30 -05:00
README.md Update example project 2018-12-10 14:41:30 -05:00
yarn.lock V1.0.1 (#1120) 2019-07-09 10:09:00 +01:00

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