Skip to content
Discussion options

You must be logged in to vote

I will mark this as the answer for this topic.

Tiptap won't support React Native (in terms natively) anytime soon. ProseMirror is heavily reliant on the Browser DOM using DOM Observers, relying on DOM elements, etc. to do it's view setup, rendering, etc. basically locking us on the web for now.

I thought about solutions a few times but right now that would complicate things a lot. You'd need additional rendering and parsing configurations for all your extensions to make it work because native elements won't understand what a "p" tag is in the terms of a DOM element.

The best solution for now would be to embed a WebView in your application and hooking it up with Tiptap to your RN app.

Replies: 10 comments 33 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
11 replies
@prathameshkurunkar7
Comment options

@davidtjones02
Comment options

@prathameshkurunkar7
Comment options

@EricZeiberg
Comment options

@davidtjones02
Comment options

Comment options

You must be logged in to vote
3 replies
@amkayondo
Comment options

@amkayondo
Comment options

@joelrojo
Comment options

Comment options

You must be logged in to vote
1 reply
@joelrojo
Comment options

Comment options

You must be logged in to vote
6 replies
@nstfkc
Comment options

@nstfkc
Comment options

@CarlMenke
Comment options

@nstfkc
Comment options

@ansh
Comment options

Comment options

You must be logged in to vote
12 replies
@xndyz
Comment options

@17Amir17
Comment options

@MichaelReaNZ
Comment options

@fallsimply
Comment options

@HarunKilic
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by bdbch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet