Questions tagged [react-native-gesture-handler]
263 questions
0
votes
1 answer
using react-navigation in react-native 0.59.10
I'm making a project with react-native 0.59.10
when I wanna install reac-navigation, react-native-gesture-handler and react-native-reanimated .
I got error and project does not built, should I use a specific version of each of them?

Mr.B
- 63
- 2
- 9
0
votes
1 answer
Unable to resolve module `./createNativeWrapper`
I am using react-native 0.58.6, and react-native-gesture-handler 1.0.16.
On IOS platform getting this error due to gesture-handler.
error: bundling failed: Error: Unable to resolve module ./createNativeWrapper from…

Ravi Sharma
- 507
- 6
- 21
0
votes
0 answers
Error react-native run-windows " Unable to get property 'Direction' of undefined or null reference"
I get an error when I want to run the react-native run-windows app ...
When the app opens, an error appears,
Unable to get the 'Direction' property of undefined or null reference
The error appears after I installed react-native-gesture-handler…

Andrian_Must
- 135
- 1
- 2
- 13
-1
votes
1 answer
react-native-gesture-handler module error
ERROR [react-native-gesture-handler] react-native-gesture-handler module was not found. Make sure you're running your app on the native platform and your code is linked properly (cd ios && pod install && cd ..)
Trying to run it on android.

Mustafa Ishfaq
- 1
- 1
- 1
-1
votes
1 answer
React native Gesture response system does not work in IOS production
None of the modules that provide gesture capabilities work as expected in production IOS, they only work if you hold your finger lightly and slide very slowly over the element. All modules behave the same except for the react-native-gesture-handler,…

Max Boyanov
- 1
- 3
-2
votes
0 answers
Execution failed for task ':react-native-gesture-handler:compileDebugKotlin'. issue
I got this error when I run the app
A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction Compilation error. See log for more details
if anyone know the solution…

Muhammad Haris
- 107
- 5