-
Notifications
You must be signed in to change notification settings - Fork 162
Platform check the notification system to unblock Android #762
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
* Update RCTCxxBridge.mm * add nullability checks
|
…crosoft#762)" This reverts commit 0831292.
Please select one of the following
Summary
Android doesn't need this so ifdef around their platform. Apple's TargetConditionals.h defines
TARGET_OS_MACto be true for iOS and OSX.Test Plan
If CI builds it should be all set.