Session replay support for RN Web
Description
https://posthog.com/questions/session-replay-react-native-web https://github.com/necolas/react-native-web
Up
Up
Also interested :)
In the meantime, is there another way to get session recording working on web?
Also interested :)
In the meantime, is there another way to get session recording working on web?
You can try using the JS SDK for session replay on RN Web, but I'm not sure it'll work; this has not been tested.
@marandaneto Does the reactnative sdk works on rn-web as well?
@marandaneto Does the reactnative sdk works on rn-web as well?
Yes
+1 https://posthoghelp.zendesk.com/agent/tickets/37340
+1 vote for this we're going to have to implement web just to get recordings working for our app which we're building for both native and web
Up
I've heard from people that if you use the JS SDK, which has session replay support for Web on your React Native web app, it works. You probably need to initialize the SDK conditionally: if it's a mobile app or desktop, use the React Native SDK; otherwise, use the JS SDK.