python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Panning an Animated.View, after being scaled, inside boundaries of parent View
I am using react-native-reanimated and react-native-gesture-handler to create a view that allows you to "explore" what's inside of it (even if it exceeds its width and height).
Here's my ges...
Ivanka Todorova
Votes: 0
Answers: 1
React Native: react-native-gesture-handler: seems like using an old api after yarn
I reinstalled all my node_modules in my react-native project using yarn (Delete node_modules and run yarn). After it finished I've started my app and there heappens to pop up this warning:
[react-nat...
JaRoMaster
Votes: 0
Answers: 7
Remove Warning : [react-native-gesture-handler] Seems like you're using an old API with gesture components, check out new Gestures system
I'm creating a project to learn React Native. I'm using typescript on this project. I added react-navigation : To make react-navigation working, I had to do :
yarn add @react-navigation/native
yarn a...

Limitless
Votes: 0
Answers: 2
How do I implement a drag after a long press using React Native Gesture Handler v2?
The docs say:
Simply set manualActivation to true on a PanGesture and use StateManager to fail the gesture if the user attempts to drag the component sooner than the duration of the long press.
Howe...

laptou
Votes: 0
Answers: 2