A full fledged React Native Rich Text editor based on tiptap
npm install react-native-tiptap
import Tiptap from "react-native-tiptap";
// ...
const result = await Tiptap.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT