Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 1.22 KB

README.md

File metadata and controls

26 lines (15 loc) · 1.22 KB

reanimated-drag-resize

Draggable and Resizable React Native Component running at 60FPS using React Native Reanimated v2

npm version npm downloads npm npm

Demo

Main Dependencies

  • react-native-reanimated v2
  • react-native-gesture-handler

Import

import Drag from 'reanimated-drag-resize';

Documentation :

fateh999