Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
31 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
0 answers
107 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
6 votes
2 answers
507 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
1 answer
134 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
0 answers
276 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
-1 votes
1 answer
87 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
66 views

I'm currently using the @gorhom/bottom-sheet package in my React Native project, and it's working great overall. However, I'm running into an issue when I try to use the react-native-wheel-picker-expo ...
Izaz Ahmad's user avatar
0 votes
0 answers
99 views

So I have my chat interface built with RN Gifted chat. Now, I wanted to include a feature that would take my user to another screen once he swipes (horziontally on the screen). When I used RN gesture ...
Zer0's user avatar
  • 1
0 votes
0 answers
168 views

Question: (I don't use IOS) I am working on a React Native project and encountering the following error when trying to run the app on an Android emulator: ERROR Invariant Violation: ...
ArifEminK's user avatar
0 votes
1 answer
164 views

I am developing an app with React Native. I want to be able to move and zoom an image with React Native Gesture Handler, and then update the Redux store with the new translation and scale of the image....
user25712592's user avatar
5 votes
2 answers
598 views

Showing All Errors Only CompileC /Users/jose/Library/Developer/Xcode/DerivedData/FCliente-dqwkdzhglctoykctinygewyrwvpm/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/RNGestureHandler....
Engr.Aftab Ufaq's user avatar
2 votes
1 answer
1k views

I'm trying to build my react native app but I got the following error in android: Execution failed for task ':react-native-gesture-handler:compileDebugKotlin My dependencies are: "dependencies&...
Lucas Acuña's user avatar
1 vote
1 answer
2k views

I clone a React Native Project and run npm install. After that, I usethe npm start command to run the project. But it was through an error. ----------Error---------- import static com.facebook....
Haider Mukhtar's user avatar
0 votes
0 answers
91 views

I used to use react navigation in my react native project but after we moved everything to a webview wrapper instead of native elements, we are not using react navigation in any way, two of the ...
Stov's user avatar
  • 1
0 votes
0 answers
113 views

This is BottomTabNavigator.js file: const BottomTab = createBottomTabNavigator(); const { height } = Dimensions.get('window'); const SNAP_TOP = height + StatusBar.currentHeight; const SNAP_BOTTOM = 54 ...
Sagar Mandal's user avatar
2 votes
0 answers
248 views

I am using a horizontal FlatList combined with react-native-gesture-handler to implement pinch-to-zoom functionality. The pinch gesture works as expected, allowing me to zoom in and out of the content....
Reshu's user avatar
  • 21
2 votes
1 answer
1k views

I create a new React Native Project and I install React Native Navigation and React Native Stack Navigation. npm install @react-navigation/native npm install @react-navigation/stack npm install react-...
Haider Mukhtar's user avatar
0 votes
1 answer
626 views

I want to make drag and drop with react native on the web, but I can't find any library that I can use to make it work on the web and the mobile. Most of the packages I found only works on mobile, ex: ...
Clash Con's user avatar
0 votes
1 answer
30 views

I am building a crop component in React Native. I've already assembled some code (https://snack.expo.dev/@leurs247/cropper). Explanation: It's goal is to crop the given image into a square, but the ...
Sam Leurs's user avatar
  • 2,030
0 votes
1 answer
266 views

I've got a ScrollView from react-native-gesture-handler inside of an Animated.View from react-native-reanimated. However, the it's just not scrolling and I'm trying to figure out why. Here's my ...
sakarzac000's user avatar
3 votes
0 answers
308 views

I am attempting to create screen that renders category names, with points of interest (POIs) underneath it. The POIs should be drag and droppable to reorder them within each category section. An ...
Christian Lovern's user avatar
0 votes
1 answer
154 views

Animating the contentOffset prop on a reanimated scrollview disables all gestures including touch events on IOS while the animation is running. The animation itself works fine and as soon as the ...
Aeterna's user avatar
  • 366
1 vote
1 answer
148 views

I'm developing a photo editing feature in a React Native app where users can add text overlays that are draggable. I'm using hooks to manage the text blocks positions and update them through gesture ...
Ismail Yenikeyev's user avatar
2 votes
1 answer
1k views

I am using react native 0.73.0, react-navigation/native and native-stack 6.1.10 and 6.9.18, when the android back button is pressed or swipe gesture to go back, rather than going to the previous ...
NivedCV's user avatar
  • 43
0 votes
2 answers
3k views

I'm using React Native Gesture Handler into a js file and when I run the code I receive this error ERROR [react-native-gesture-handler] Some of the callbacks in the gesture are worklets and some are ...
Heitor Fiuza Oliveira's user avatar

1
2 3 4 5 6