How to publish your Embeddable inside a React Native app
Embedding your Embeddable in a React Native app involves using the WebView
component that comes as part of the react-native-webview library.We use WebView to embed an Embeddables preview URL, since we can’t pass HTML
directly into the WebView.
Looking for other ways to publish your Embeddable? Check out the Publish to your site guide.
To pass User Data properties into the Embeddable, include them in the URL as URL params.In the Builder, make sure to add those keys into the Embed URL settings of the Embeddable.