hooks icon indicating copy to clipboard operation
hooks copied to clipboard

REACT-NATIVE-HOOKS USECAMERAROLL

Open Yogesh-Dubey-Ayesavi opened this issue 3 years ago • 2 comments

IM TRYING TO USE USECAMERAROLL HOW CAN I USE IT



import { useCameraRoll } from '@react-native-community/hooks'

const [photos, getPhotos, saveToCameraRoll] = useCameraRoll()

{
  photos.map((photo, index) => /* render photos */)
}

<Button title='Get Photos' onPress={() => getPhotos()}>Get Photos</Button>

Yogesh-Dubey-Ayesavi avatar Mar 07 '22 08:03 Yogesh-Dubey-Ayesavi

I'm not sure what the question is here, would you mind elaborating?

LinusU avatar Mar 16 '22 16:03 LinusU

Yes thankyou bro this is the way defined in readMe i wanted to acess the device media files only photos i dont know how to use this hook any example ?

Yogesh-Dubey-Ayesavi avatar Mar 17 '22 17:03 Yogesh-Dubey-Ayesavi

We have removed useCameraRoll in 3.0.0

LinusU avatar May 23 '23 04:05 LinusU