0.2.1 • Published 1 year ago
rn-draggable v0.2.1
rn-draggable
a react native wrapper to drag any component
Installation
npm install rn-draggable
Usage
import { Draggable } from 'rn-draggable';
// ...
<Draggable>
<YourCompomemt />
</Draggable>;
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library