-
How do I increase the touchable area of the thumbs without increasing its size?
(in the code its justing transforming the drawable into a bitmap and then I do not know how to increase its touchable a…
-
### Summary
Hey,
I'm struggling with I guess bug or something that I don't really understand.
**The Issue is visible only on Android**
When MapView is wrapped with another view which has opacit…
-
I am creating a slider and when I add a touchable to the items, the slider no longer scrolls
```javascript
true}
onTouchEnd={e => {
e.stopPropagation();
}…
wimil updated
5 months ago
-
-
There‘s something off with the touchable area of the buttons in iOS when using Atlantis as a fullscreen web app. I have to touch above each button to perform its action. Everything’s fine while playin…
-
Touchable Opacity of the same swiping view not functioning after adding swipeout in it. I'm using accordion and wants to have swipeout as well
-
**Describe the bug**
Currently, you have to be very precise to not slide off the horizontal direction while swiping item.
Every small vertically movement cancels the swipe action.
This issue exists…
ghost updated
4 years ago
-
I've added a border radius to my Menu. I can't however override the touchable styles to match the border radius of the menu. As you can see in the video provided, the opacity on the touchable is overf…
-
The menus work fine but I can't touch anything in my content view...
because it always tries to slides menus.
Is there a work around for this ?
-
### Current behaviour
I have this item on horizontal flatlist.
```js
const Relation = () => {
return (
{/** render something */}
)…