我正在将One-Signal与react native集成,我遵循了One-Signal Docs。现在,当我试图在我的iOS模拟器上构建时,我收到了这个错误:
OneSignal-inAppMessageClicked is not a supported event type for
RCTOneSignalEventEmitter. Supported events are: OneSignal-
remoteNotificationReceived, OneSignal-remoteNotificationOpened,
OneSignal-idsAvailable, OneSignal-emailSubscription在实际的设备上,一切似乎都正常。
我的package.json:
"dependencies": {
"react": "16.8.3",
"react-native": "^0.59.9",
"react-native-onesignal": "^3.3.0",
}发布于 2019-08-01 08:16:25
这是SDK中的一个错误,后来被修复了。
https://stackoverflow.com/questions/57177308
复制相似问题