rn-draggable
v0.2.1
Published
a react-native wrapper to drag any component
Downloads
5
Readme
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