Skip to content

r0b0t3d/react-native-phasset

Repository files navigation

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,
});