-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Merge AlertIOS with Alert #23318
Merge AlertIOS with Alert #23318
Conversation
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.
Code analysis results:
eslint
found some issues.flow
found some issues.
Generated by 🚫 dangerJS |
ReactAndroid/src/main/java/com/facebook/react/modules/debug/interfaces/DeveloperSettings.java
Outdated
Show resolved
Hide resolved
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.
Seems like there is gonna be a bit more work necessary to pull this off :)
|
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.
Now I think everithing it's in the right place.
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.
I'm still getting error
Why it was run on different circle account |
@wellmonge If you can trigger build for 4b53dd9 at https://circleci.com/gh/facebook/react-native/tree/pull%2F23318. I think all ci will be pass. |
Okay, later I'll do that |
Co-Authored-By: wellmonge <[email protected]>
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.
The code looks good! I reverted a few of the unintentional changes but we should be able to land this at FB soon.
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.
@cpojer has imported this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Okay, let me know if had to do some other changes. |
@wellmonge merged commit e2bd7db into |
Summary: Itwas merged AlertIOS into Alert and removed type parameter from Alert.alert line 60 at Alert.js [AlertIOS] [Change and Replace] - Merge AlertIOS into Alert. Pull Request resolved: facebook/react-native#23318 Reviewed By: mjesun Differential Revision: D14031421 Pulled By: cpojer fbshipit-source-id: 98db173adeb65aa90d309f8a583993bc0cddb6e1
Summary
Itwas merged AlertIOS into Alert and removed type parameter from Alert.alert line 60 at Alert.js
Changelog
[AlertIOS] [Change and Replace] - Merge AlertIOS into Alert.
Test Plan
CI is green, and everything should work as normal.