generated-rn-library
v1.0.1
Published
A powerful React Native story editor with layer management, drag-and-drop, text/image overlays, and export functionality. Built with React Native Fabric architecture for optimal performance.
Maintainers
Readme
Generated React Native Library
Installation
npm install generated-rn-libraryUsage
import { StoryEditor } from 'generated-rn-library';
export default function App() {
return <StoryEditor />;
}Purpose
A powerful React Native story editor with layer management, drag-and-drop, text/image overlays, and export functionality. Built with React Native Fabric architecture for optimal performance.
Features
- Drag & Drop - Move layers around with touch gestures
- Base Image Support - Set background images from base64
- Touch Interactions - Tap to edit/delete, drag to move
- Fabric Architecture - Built with React Native's new rendering system
- TypeScript Support - Full type safety and IntelliSense
- Drag: Touch and hold to drag text/image layers around
- Added drag-and-drop functionality
- Added base64 image support for backgrounds and overlays
Output
Enables draggable UI interactions in React Native
License
MIT
