-
Notifications
You must be signed in to change notification settings - Fork 162
App delegate fixes for macOS #759
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
|
Please select one of the following
Summary
Pull in some AppDelegate changes we need for 0.63 to run properly
Changelog
[macOS] [Bug] - AppDelegate latest updates
Test Plan
I checked that some props are now getting set properly. This change makes macOS analogous to iOS which works in 0.63. I launched the test app and clicked through some screens like Button, ActivityIndicator, and DarkMode to make sure everything is loaded properly.