Ahmed Alabsi

Results 10 comments of Ahmed Alabsi

> I think it is the same problem as stated here: [react-navigation/react-navigation#10591](https://github.com/react-navigation/react-navigation/discussions/10591). Does the answer provided there solve your issue? I changed the duration value in all files then runed...

I couldn't find a solution so I switched to `@react-navigation/stack `.

![image](https://user-images.githubusercontent.com/58077449/194068277-73d3bd4b-f50d-4319-9611-e82995e27b7f.png)

**UPDATE:** This approach does not work on One UI Samsung devices; you will still see black edges during the transition animation. The only fix I found is to set the...

@cortinico - Tested on Android Emulator and Samsung S10 device - debug mode - Hermes enabled. - a simple test app with `react navigation` and `FlatList`, I hope this will...

> My current workaround is to disable the blur during the transition: > > ` ...` Disabling the `BlurView` before navigation also worked for me. Another janky workaround is to...

I couldn't replicate the issue on my side; however, the code responsible is located at [src/components/PreviewText.tsx](https://github.com/alabsi91/reanimated-color-picker/blob/main/src/components/PreviewText.tsx). It's a workaround to make an animatable text. I found this related issue that...

I tried replicating this using your example but didn't see the warning. Since the warning doesn’t specify where it originates, it could be coming from somewhere else in your codebase....

Interesting. The issue might be caused by a native library, and I can't proceed without a repo that replicates the problem.

I recommend using the color picker inside a modal as a popup. This is because you are relying on RNGH to decide which gestures to cancel and which to allow....