Timofte Andrei Teodor

Results 6 comments of Timofte Andrei Teodor

Hi, @bewallyt! Could you help me with an example of how to use `useCustomerGestureEventsHandlers` ? I copied it from https://github.com/gorhom/react-native-bottom-sheet/blob/master/example/app/src/screens/advanced/customGestureHandling/useCustomGestureEventsHandlers.ts modified it to accept an `onStart` prop and I'm trying...

@bewallyt adding a log statement isn't enough for my use case. I need to have acces from outside of that hook. My use case is that I want to control...

@singgih20 @vzaffalon @MariusMeiners @AlexKitC @reiui9 @sirajalam049 any solution on this one ?

> You must save the image to device's picture directory. > > import RNFS from "react-native-fs"; > > var destPath = RNFS.PicturesDirectoryPath + '/yourpicture.jpg'; RNFS.moveFile(data.uri, destPath) .then((success) => { console.log('file...

Hi @arekkubaczkowski. Do you know when this awesome feature will be merged & released ?