react-native-webview-invoke
react-native-webview-invoke copied to clipboard
Unable to expose functions from web to Native
I can easily expose functions from Native to be called by WebView but it's not possible to do the the opposite . I checked the invoke.fn but it returns an empty object. I'm loading localhost:3000/cards in the webview and I load a nextjs page if it might cause any issues.