You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to figure out how to call an event on iOS, it works fine on Android, but I'm not sure why it doesn't on iOS, is there anything to add in the code or in the iOS project in order to make it work?
Thanks!
The text was updated successfully, but these errors were encountered:
that's most likely related to this issue
You can try to emit event inside setTimeout, however synchronous emit of event doesn't really makes sense, as you can use onLoad callback of RN WebView to make sure webview was loaded. Let me know if you need more expanded explanation
I'm trying to figure out how to call an event on iOS, it works fine on Android, but I'm not sure why it doesn't on iOS, is there anything to add in the code or in the iOS project in order to make it work?
Thanks!
The text was updated successfully, but these errors were encountered: