a react native wrapper to drag any component
npm install rn-draggable
import { Draggable } from 'rn-draggable';
// ...
<Draggable>
<YourCompomemt />
</Draggable>;
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library