WorldBrain / react-native-tiptap

A React Native implementation of Tiptap

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A React Native implementation of Tiptap

License:MIT License


Languages

Language:HTML 98.1%Language:TypeScript 1.4%Language:JavaScript 0.5%