Home

Awesome

version npm

react-native-camera-roll-picker

CameraRoll Picker component for React native

<a href="https://raw.githubusercontent.com/jeanpan/react-native-camera-roll-picker/master/demo/demo.gif"><img src="https://raw.githubusercontent.com/jeanpan/react-native-camera-roll-picker/master/demo/demo.gif" width="350"></a>

Requires react-native >=0.43.0

Add to Project

$ npm install react-native-camera-roll-picker --save
$ npm install @react-native-community/cameraroll
import CameraRollPicker from 'react-native-camera-roll-picker';

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