Mark

Results 49 comments of Mark

Update: It looks like this patch only works for development builds, and not when you actually archive the app.

@jondot Is 7 ever coming? This would be really nice

@lelimit If i recall correctly, I just manually handled the gestures and set the slide index using a gesture handler.

@lelimit On react native web? Using the gesture handler, I think it was https://docs.swmansion.com/react-native-gesture-handler/docs/api/gestures/gesture-detector/

@ivpusic Can you take a look at this or provide some guidance on how to implement this?

@amandeepp26 Not really, though if you set a super large initial height/with it'll select the entire photo instead of this square. There's a patch with that change if you want...

@ivpusic Can you take a look at this and provide insight why this issue could be for non-development only, and how this can be fixed? This is a huge issue....

@lkarper Nice, do you have a patch for this ready? If not, I can throw one together and add it here.

You already opened an issue for this, consider closing one https://github.com/ivpusic/react-native-image-crop-picker/issues/1991

> While the useEffect with the transitionEnded listener works, its a bit too large for my liking. I managed to solve this issue by firing the focus function using the...