-
Notifications
You must be signed in to change notification settings - Fork 162
Minor tweaks to RCTDevSettings #696
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
|
|
@HeyImChris is added to the review. #Closed |
|
|
||
| @implementation RCTDevSettings | ||
|
|
||
| RCT_EXPORT_MODULE() // TODO(macOS ISS#2323203) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This being missing seems a merge failure when I pulled in code from upstream, as it exists there. In that case the comment isn’t necessary.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ah, I see. I'll remove this if I touch this file in the near future.
* Export RCTDevSettings noop impl on shipping builds to JS * Add a protocol method to get all set keys on dev settings * tag changes
* Add nullability checks (#704) * Update RCTCxxBridge.mm * add nullability checks * Minor tweaks to RCTDevSettings (#696) * Export RCTDevSettings noop impl on shipping builds to JS * Add a protocol method to get all set keys on dev settings * tag changes * podfile fix Co-authored-by: Navneet Kambo <72474613+nakambo@users.noreply.github.com>
Please select one of the following
Summary
Test Plan
Microsoft Reviewers: Open in CodeFlow