You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! When I am running my react-native project in xcode i get the following warning from the "Main Thread Checker":
my-project/mobile/node_modules/react-native-onesignal/ios/RCTOneSignal/RCTOneSignalEventEmitter.m:103 -[UIApplication applicationIconBadgeNumber] must be used from main thread only
The app is working fine. but I don't want to encounter any future issues because it is not running on the main thread.
I was looking for similar issues, but didn't find any.
Hope you can help me with this! Thanks!
Steps to reproduce?
1. I am using "react-native-onesignal": "^5.1.2"
2. I am using "react-native": "0.73.6"
What did you expect to happen?
I would have expected this warning didn't appear.
React Native OneSignal SDK version
Release 5.1.2
Which platform(s) are affected?
iOS
Android
Relevant log output
No response
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
What happened?
Hi! When I am running my react-native project in xcode i get the following warning from the "Main Thread Checker":
my-project/mobile/node_modules/react-native-onesignal/ios/RCTOneSignal/RCTOneSignalEventEmitter.m:103 -[UIApplication applicationIconBadgeNumber] must be used from main thread only
The app is working fine. but I don't want to encounter any future issues because it is not running on the main thread.
I was looking for similar issues, but didn't find any.
Hope you can help me with this! Thanks!
Steps to reproduce?
What did you expect to happen?
I would have expected this warning didn't appear.
React Native OneSignal SDK version
Release 5.1.2
Which platform(s) are affected?
Relevant log output
No response
Code of Conduct
The text was updated successfully, but these errors were encountered: