Chanaka Athurugiriya

Results 8 comments of Chanaka Athurugiriya

I have the same issue but only on android. Seems wipe up gesture is not captured. But if you press and hold for more than 10ms and swipe up scrolling...

I'm using `computerjazz/react-native-swipeable-item` with draggable flat list. I use latest versions of both libraries and you can find the versions below. "react-native-draggable-flatlist": "^2.1.1", "react-native-swipeable-item": "^1.1.0", "react-native-gesture-handler": "^1.5.0", "react-native-reanimated": "^1.4.0" Now...

Seems it renames the BuildConfig Java class in ProGuard minification process. @todesignandconquer Can you try adding this line to your android/app/proguard-rules.pro `-keep class com.yourNewPackage.BuildConfig { *; }` Please note that...

> HM, perhaps a type definition thing. Do you have a small demo e.g. in CodeSandbox or something like this? @BePo65 FYI, here is a code to reproduce the issue....

Any progress on this? Please find the PR https://github.com/ascoders/react-native-image-viewer/pull/265 this works for me. I reinitialize if the imageUrls length is greater than the previous value.

As long as you don't handle `onTabPress ` callback and change the `selectedIndex ` prop value, you can skip user interaction with the segment controller.