BillyB
Convex Community5mo ago
1 reply
Billy

Can you pass Convex Auth info through react-native-webview?

My react-native app uses a rich-text editor which requires a webview. I've been trying to follow https://stack.convex.dev/add-a-collaborative-document-editor-to-your-app to have convex power the collaboration side of things.

My authentication happens using Convex Auth in the main app, but I still need a functional convex in the webview. Does anyone know if there's a way to share the state, or at least share the auth info?

As an alternative, how would you call the prosemirror sync functions manually after getting editor changes through the webview?
Or how I learned to love BlockNote, Tiptap and ProseMirror OT sync.
Add a collaborative document editor to your app
Was this page helpful?