Skip to main content
0 votes
0 answers
29 views

Vertically overscrolling a ScrollView (or a View) on iOS is way too "exaggerated" and shows the background above that View (a white background). I tried to set bounces, alwaysBounceVertical ...
Anthony Kewin Pinto's user avatar
2 votes
0 answers
46 views

I have a Pressable a MyButton component which uses Pressable from react-native-gesture-handler: import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; import { Pressable, ...
Lorraine Ram-El's user avatar
Advice
0 votes
2 replies
83 views

I made this modal in react-native that gives it a swipe-down-close-effect. I used the react-native-gesture-handler to detect the swiping gesture and react-native-reanimated to animate the modal ...
Snickleblor's user avatar
0 votes
0 answers
58 views

I have an Expo React Native application, and I have two draggable objects which can be dragged simultaneously, at least on iOS, iPhone SE2. On Android, I can drag only one at the time, the second one ...
Bozidar Milivojevic's user avatar
0 votes
1 answer
119 views

When a child is wrapped with position: 'absolute' under a panned/zoomed parent, the UI renders but touches don’t reach the child (video doesn’t start / player UI not interactive). The exact same ...
Khldon Alkaateh's user avatar
0 votes
0 answers
144 views

Here is a short demo for the problem: https://gist.github.com/slhhuseein-jpg/09eb2e2ef458bff81298bdd3d5e49da0?permalink_comment_id=5818819#gistcomment-5818819 As you can see. When performing a pinch-...
Khldon Alkaateh's user avatar
0 votes
0 answers
124 views

I am using React Native 0.74.3 for my project, and I want to install navigation-related dependencies. Specifically, I want to know which versions of these libraries are compatible with React Native 0....
Parveen Kumar's user avatar
6 votes
2 answers
688 views

I'm working on a React Native app using Expo and react-native-gesture-handler. When I try to use PanGestureHandler inside my App.tsx, I get the following error at runtime: ERROR [Error: [Gesture ...
BlockerPlus's user avatar
0 votes
0 answers
93 views

Context I have a react-native app with the following versions react-native: 0.73.11 react-native-gesture-handler: 2.21.0 react-native-screens: 4.1.0 I have used GestureHandlerRootView from 'react-...
Erick's user avatar
  • 1,146
0 votes
1 answer
214 views

I am currently trying to implement a pinch to zoom gesture in react native with the react native gesture handler and react native skia. The goal is to create a canvas where I can pan around and zoom ...
notmyname's user avatar
2 votes
1 answer
1k views

I'm trying to upgrade an old react-native app from 0.71.9 to whichever version would agree to build in a targetSdk = 35+ in order to match the next google API level requirements. Comming myself from ...
Seba99's user avatar
  • 1,339
2 votes
0 answers
321 views

When I run my react native project it give the above error Here I shared the details description of the error Task :react-native-gesture-handler:compileDebugKotlin FAILED e: file:///Users/apple/...
Dhvani Chavada's user avatar
0 votes
1 answer
167 views

I am using react native skias library and I am trying to do matrix calculations to create a pannable and zoomable skia canvas (like figma or google maps). Here is my implementation so far function ...
Rohith Ramanathan's user avatar
-1 votes
1 answer
116 views

I'm building a drag-and-drop game in React Native using Reanimated v2 and react-native-gesture-handler. The game involves dragging Javanese characters (letter) to matching target boxes. Everything ...
M. Toifur Rahman's user avatar
0 votes
0 answers
72 views

I'm using ReanimatedSwipeable from react-native-gesture-handler with React Native and Expo. Each to-do item in my FlatList has internal padding (e.g. px-4) for visual spacing. The issue is: When I add ...
john's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
20