Can you pass Convex Auth info through react-native-webview?
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?

