Noi Truong
1 min readJul 14, 2017

--

Im not clear yet about “send data from RN to Webview”.
this line:

this.webview.postMessage(“Hello from RN”);

What context of that line? (i mean that “this” points to what object?)

What is webview property?

--

--