react-native-draggable
react-native-draggable copied to clipboard
Draggable Item
i find this issue on using this library, so i'm fixed this issue and share to you fix to : Draggable.tsx ( 43 lines ) ```javascript onDragRelease?: (e: GestureResponderEvent, gestureState:...
Ios doesn't see the black line. It's only seen on Android. // "react-native": "0.63.2" // "react-native-draggable": "^3.3.0",
 When i drag these texts on tshirt. It should be the place where i release the dragging. So my code looks like this ``` const designArea = (...
Hi! I have an "X" image that acts as close button for my screen. I was wondering if I could change the events this way: on one normal press, go...
I am trying to add a context menu to a draggable element, but it won't show the draggable image anymore. I am using: react-native-popup-menu and the following code: ``` setConextMenuOpen(false)}...
For the case that it should not be possible to drag the Draggable anymore, but it should still react to touch events, a `dragDisabled` flag is added in this PR....
The `index.d.ts` file has invalid type code. The defaultProps assignment is not a type and causes compilation errors. ### Invalid typing ``` Draggable.defaultProps = { renderText: '+', renderSize: 36, shouldReverse:...
Basically I am trying to implement my own joystick since the react native joystick libraries are old, buggy and unsupported already [joystick screenshot](https://imgur.com/OYUt9wO) All is good except I cannot find...
so that image doesn't blink when clicked. I can create a PR for this if it sounds good. could also make it an option https://github.com/tongyy/react-native-draggable/blob/master/Draggable.js#L174
Are these props even valid? Whatever I pass here doesn't seem to get applied, for example ``` ```