0.6.0 • Published 11 months ago

@grupalia/react-native-photo-picker v0.6.0

Weekly downloads
-
License
MIT
Repository
github
Last release
11 months ago

react-native-photo-picker

Provides access to Android Photo Picker

Installation

# with npm
npm install @grupalia/react-native-photo-picker

# with yarn
yarn add @grupalia/react-native-photo-picker

Usage

import RNPhotoPicker from '@grupalia/react-native-photo-picker';

// ...
RNPhotoPicker.launchPicker(options).then((result) => {
  if (result) {
    setImage(result.uri);
  }
});

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library with create-react-native-library

0.3.0

11 months ago

0.5.0

11 months ago

0.3.2

11 months ago

0.4.0

11 months ago

0.3.1

11 months ago

0.6.0

11 months ago

0.5.1

11 months ago

0.2.0

11 months ago

0.1.0

11 months ago