react-native-phasset
v1.0.10
Published
TODO
Downloads
5
Readme
react-native-phasset
Getting started
$ yarn react-native-phasset
Usage
import Phasset from 'react-native-phasset';
const photoId = ""; // iOS: localIdenfifier, Android: filePath
const item = await PHAsset.requestImage({
id: photoId,
...options,
});