react native drag text editor::memo:React Native DraggableEditableResizable Text
React Native Drag Text编辑器 React Native Draggable&Editable&Resizable Text Component,仍在早期开发中,用于照片编辑/处理案例。 :star:如果这个项目对您有帮助,请加星号支持。 展示柜[IOS13 / AndroidAPI30] 检查 ,以获取自述文件中的完整示例。 拖放文字 调整文字大小 编辑并输入 安装 $ npm install react-native-drag-text-editor --save 用法 import React , { Component } from "react" ; import { Dimensions } from "react-native" ; import { DragTextEditor } from 'react-native-drag-text-editor' ; c
用户评论