Jakub Piasecki

Results 99 comments of Jakub Piasecki

Hi, we tried to reproduce it on locally built Expo Go but it worked fine on all configurations we tried. It seems that it's a problem with the build present...

That's still a thing on GH 2.4 😞. I'll see what can be done about it.

It's similar situation to https://github.com/software-mansion/react-native-gesture-handler/issues/2063#issuecomment-1131475881. If you want to know whether the gesture ended successfully or was cancelled you can use the second argument of `onEnd` and `onFinalize` callbacks, for...

Hi! It's recommended to use `FlatList` exported from `react-native-reanimated` it should also solve the problem.

Hi! Unfortunately I don't have a Windows setup for React Native (or Android) development at the moment, so I don't think I'll be able to help much with build issues...

In Gesture Handler 2.6.0 NDK has been replaced with CMake, which should solve the issue. I'll close it and if it still affects you, please let me know.

Hi! If this happened on iOS, you can try adding `extraButtonProps={{ exclusive: false }}` to the `TouchableOpacity` and/or `cancelsTouchesInView={false}` (added in Gesture Handler 2.4.0) to the `TapGestureHandler. If it happened...

In that case I would recommend upgrading to a newer version, as there is a possibility that it is already fixed.

Hi! `TouchableNativeFeedback` is a tricky one 😞. On iOS it uses React Native's implementation, but on Android it relies on `BaseButton` component, same as the rest of GH's touchables. In...

Hi! At the first glance it might be related to the overscroll animation introduced in Android 12, however when you want to use gestures or components from Gesture Handler in...