mirror of
https://github.com/status-im/react-native-webview.git
synced 2026-08-31 03:31:05 +00:00
* Merge web bridge project into webview project * merge in webview sln too * merge in react-native.config.js * fix includes * Bring RN version back to 62.2
11 lines
248 B
Plaintext
11 lines
248 B
Plaintext
namespace ReactNativeWebView
|
|
{
|
|
[default_interface]
|
|
[allowforweb]
|
|
runtimeclass WebBridge
|
|
{
|
|
WebBridge();
|
|
void PostMessage(String message);
|
|
event Windows.Foundation.EventHandler<String> MessagePostEvent;
|
|
}
|
|
} |