Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 416 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 416 Bytes

react-native-tiptap

A full fledged React Native Rich Text editor based on tiptap

Installation

npm install react-native-tiptap

Usage

import Tiptap from "react-native-tiptap";

// ...

const result = await Tiptap.multiply(3, 7);

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT