react-native-draggable icon indicating copy to clipboard operation
react-native-draggable copied to clipboard

Draggable Item

Results 82 react-native-draggable issues
Sort by recently updated
recently updated
newest added

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",

![ezgif com-video-to-gif](https://user-images.githubusercontent.com/55137572/78336233-1a056600-75a0-11ea-8122-756f98b3c2f4.gif) 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 = (...

bug

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...

enhancement

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

enhancement

Are these props even valid? Whatever I pass here doesn't seem to get applied, for example ``` ```