Hey folks! I'm Daniel, mobile developer working on a fitness app. We're adding a community section to our React Native app using Outpost's embed in a WebView.
So far it's working surprisingly well. The embed mode strips the outer chrome and navigation, so it feels native-ish inside the WebView. SSO was key — our users log in through the app and we pass the token to the embed so they never see a login screen.
Still working on:
- Deep linking from push notifications into specific topics
- Making the WebView height dynamic based on content
Anyone else doing mobile embedding? Would love to compare notes.