-
Notifications
You must be signed in to change notification settings - Fork 24.3k
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
Add ReactPackage.getModule method #39336
Conversation
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Base commit: 9faf256 |
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: 3e6bb8433f123397b20127d47393f45c92a2c795
9ec2bd0
to
8175570
Compare
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: 7b564cf23d919b2279bd0456c89c77ce344720d0
8175570
to
35167a1
Compare
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: 58d77e22cf62a90c0a63145cb4c5c768317438c2
35167a1
to
267b761
Compare
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: aba274356f554d4de040afb5fb538d91521f1fd2
267b761
to
fb416a4
Compare
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: dfd6673669cdee4d2da8b2e1f01ec61abeeb5037
fb416a4
to
df1e3a2
Compare
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: 5a44b795b2e8032c8b865acc12325616ece060ee
df1e3a2
to
81b15be
Compare
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: 561f46f5db8370ded1e63465fa69fe657d6a4429
81b15be
to
2e2a9a3
Compare
Differential Revision: D48992474 fbshipit-source-id: 104e6a2530837836dabb5914836cb6ba969ab5a7
This pull request was exported from Phabricator. Differential Revision: D48992720 |
Summary: Pull Request resolved: facebook#39336 We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design This method defaults to true with the goal to avoid compatibility breakage changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native Reviewed By: cortinico Differential Revision: D48992720 fbshipit-source-id: 704c03dfa508b3cb10837f8256c8b15a54a25c6e
2e2a9a3
to
748d9c5
Compare
This pull request has been merged in da8616e. |
Summary:
We are introducing the new getModule method into the ReactPackage interface following the "Registration of Native Modules" design
This method defaults to true with the goal to avoid compatibility breakage
changelog: [Android][Changed] Introducing getModule method into ReactPackage interface, defaulting to null. This method will be used in the Stable API of React Native
Differential Revision: D48992720