Can React Native Expo include an IFRAME in my app and can I get event messages from the IFRAME?

Hi Everyone,

I’d like to determine if Expo would be a good environment to build my app in, but I need to display an IFRAME and get event messages back from it.

Thanks!

I would have suggested a WebView, but that’s not supported on Web, apparently.

After searching around a bit I found this, which looks like it might be what you’re looking for:

And an Example

See also this Stack Overflow answer:

Also this blog post:

Hi wodin!

This actually looks good - I think the next step would be for me to use the implementations you’ve suggested in a test app and see if I can get it to all works. Thank you again!

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.