jeanpan / react-native-camera-roll-picker

📷 A React Native component providing images selection from camera roll
https://www.npmjs.com/package/react-native-camera-roll-picker
MIT License
422 stars 176 forks source link
camera-roll react-native

version npm

react-native-camera-roll-picker

CameraRoll Picker component for React native

Requires react-native >=0.43.0

Add to Project

Basic Usage

<CameraRollPicker
  callback={this.getSelectedImages} />

Props

Run Example

$ git clone https://github.com/jeanpan/react-native-camera-roll-picker.git
$ cd react-native-camera-roll-picker
$ cd Example
$ npm install
$ react-native run-ios