Getting Started
60fps Draggable, Resizeable, Rotatable Text Input Component powered with Reanimated2 writen in Typescript.
Features
- Compatible with Reanimated v1 & v2.
- Compatible with Expo.
- Written in TypeScript.
Installation
yarn add react-native-drag-text-editor
Dependencies
This library needs these dependencies to be installed in your project before you can use it:
yarn add react-native-gesture-handler react-native-reanimated
Expo
expo install react-native-gesture-handler react-native-reanimated
Info
React Native Gesture Handler needs extra steps to finalize its installation, please follow their installation instructions. Please make sure to wrap your App with
GestureHandlerRootView
when you've upgraded to React Native Gesture Handler ^2.React Native Reanimated v2 needs extra steps to finalize its installation, please follow their installation instructions.