-
Is it possible to handle gestures like PanResponder in RN without children moving? Only catching a moves. It will be great feature, because default PanResponder did not support native driver. Thanks.
-
**The problem**
Please see: https://developer.mozilla.org/en-US/docs/Web/CSS/touch-action#accessibility_concerns
Disabling scroll on some ScrollView should not prevent ALL touch actions in this …
-
hi I try to add custom marker to my map bu it aint working
what should I do?
-
Hi. This library is great, thank you.
Just one thing: scrolling while zooming should be possible. That's the common behaviour if you zoom in chrome by example.
By other hand, in my case i'm not…
-
### Description
Hi Everyone,
// Place this code after "[self.window makeKeyAndVisible]" and before "return YES;"
UIStoryboard *sb = [UIStoryboard storyboardWithName:@"LaunchScreen" bundle:nil];
…
-
I'm designing a react-native expo app that has a home feed similar to **Instagram & Facebook** and added this feature to allow the user to zoom in/out in every single image post(note that post images …
-
### 问题描述
矢量瓦片的source,某些zoom下, 同一个图层的动画圈数不一致
设置的圈数是3, 但是某些点的圈数大于3了
![image](https://github.com/antvis/L7/assets/97505033/68930b47-f98b-40e6-8bc9-0bfc6cd8f90f)
### 重现链接
_No response_
### 重现步骤
…
-
Thanks for your hard work on this project!
The `cropWidth` and `cropHeight` passed into the `ImageZoom` component are referring to the root view's width and height.
https://github.com/ascoders/r…
tngan updated
6 years ago
-
**Describe the bug**
By a strange reason, some Samsung devices has an issue with resize mode. So they looks like be using resizeMode.center while the already has resizeMode.cover as a props, and if y…
-
I have a flat list. Inside of that flat list I have added the image zoom view. This is working perfectly in iOS. where as in android when I tried to swipe the page to view the next image the view get …