Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 OneSignal 向我的网站发送通知,我想在 React Native 中使用 WebView 显示通知。(适用于安卓)
我找不到任何解决方案。
我需要为此做些什么?
当从网站的一个信号调用 postMessage 收到通知事件时
<WebView source={require('./resources/index.html')} onMessage={(event)=> console.log(event.nativeEvent.data)} />
当您从 WebView 收到 onMessage 事件时,然后使用任何通知插件显示通知。