Skip to content

Instantly share code, notes, and snippets.

View swarajbachu's full-sized avatar
😎
sup?

wiz ⚔️ swarajbachu

😎
sup?
View GitHub Profile
@swarajbachu
swarajbachu / tiptap-editor.dom.tsx
Last active September 5, 2025 09:00
tiptap editor mobile
/** biome-ignore-all lint/suspicious/noExplicitAny: DOM imperative methods require any[] for JSONValue compatibility */
"use dom";
import Highlight from "@tiptap/extension-highlight";
import Placeholder from "@tiptap/extension-placeholder";
import Typography from "@tiptap/extension-typography";
import { EditorContent, useEditor } from "@tiptap/react";
import StarterKit from "@tiptap/starter-kit";
import type { JSONValue } from "expo/build/dom/dom.types";
import { type DOMImperativeFactory, useDOMImperativeHandle } from "expo/dom";