Android Webview JSInterface communicate with ReactJS

397 Views Asked by At

Is there any way, how the Web application, that was purely written in ReactJS, could communicate with the Android native application, that contains only webview, where I'm loading this ReactJS application? I couldn't rewrite the ReactJS app to React Native application, that is my only limitation.

1

There are 1 best solutions below

1
On

You can use the Cordova or any other container to serve your react.js web app as native mobile applicaiton.