react-native-drag-resizer
v0.0.7
Published
Drag and Resize Component for React Native
Downloads
7
Readme
React Native Drag & Resize
Installation
yarn add react-native-drag-resize
Usage
import DragResize from "react-native-drag-resize";
<DragResize
items={[1, 2, 3]}
renderItem={(item) => <Text>{item}</Text>}
/>