How to implement prosemirror in reactnative?

Please?

How to implement prosemirror in reactnative?

1 Like

I don’t think you can use prosemirror in react-native as it depends on browser. Rest @marijn can confirm & give ideas about how to use it.

thanks

1 Like

It is possible, but you should convert your nodes to react-native components.

hi @1Jesper1 did you have any luck with this?