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?
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…
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…
-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.
-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,…
-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…
1 2 3
17
18