-
- CollectionView의 Scroll과 PullUpView를 움직이는 PanGesture 사이의 자연스러운 전환이 부족..
- Scroll을 위로 올리다가(제스쳐 방향은 아래) Scroll이 Top에 위치하면 PullUpView를 아래로 당기는 것은 잘 되지만, PullUpView의 PanGesture로 넘어가고 나서 **다시 PullUpView가…
-
**Description of the problem:**
Initial thumb movement skips 1-2 values when set to an increment of 1. (so if you start at 18, it jumps to 20 or 21 instead of going to 19).
**Minimal project that …
-
## Description
If you try to animated the offset with 'animatedProps' on a Stop component from 'react-native-svg' created withAnimated.createAnimatedComponent an error appears.
### Screenshots
…
-
Hi,
just wanted to post a quick question before submitting an example.
I have a FlatList (from RNGH), each item is wrapped in a PanGestureHandler, to accomplish swipe.
The issue is that the PGH eat…
-
Hi @iDevelopper
I want to set alpha to 0.3 of FrontViewController or say MainView Controller on pan gesture or Swipe right but slowly and similarly when coming back to Front VC. Currently Coming ba…
-
## Description
Adding the option that PanGestureHandler waitFor a LongPressGestureHandler does not work, the PanGestureHandler activates directly. And once LongPressGestureHandler activates, PanGes…
-
Hi how can we disable horizontal swipe so that I will able to create my custom tabs using carousel view I want to change the current index only though code that I am able to do through current index p…
-
Error: Expected 'onGestureHandlerEvent' listener to be a function, instead got a value of object type.
i am using the same code from here: https://software-mansion.github.io/react-native-gesture-…
-
Hi, I am using one of the examples to drag, rotate, pan etc. Everything working fine so far, but as soon as I rotate my box, translateX and translateY behave weird. If I rotate for like 90°, swiping u…
-
Hi. I'm use PanGesture and clamp it inside View but it not working
---------Here my link code:
https://github.com/hngocl/RNChallenge/blob/master/src/app/features/children/bouncing/Bouncing.tsx