-
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
Deprecate ReactPackage.createNativeModules recommending using getModule instead #39339
Conversation
This pull request was exported from Phabricator. Differential Revision: D48992719 |
Base commit: 59e6b11 |
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: ba8aebcd9d737daae6a8023210d424a7f142afae
0d18d1d
to
03fd31d
Compare
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: 13e9345dffd2d1216eb20679492dff6306ca3348
03fd31d
to
c4f7a37
Compare
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: e5844e4d5a59e63d5a394b6eda05828f4d5284d2
c4f7a37
to
fcb3890
Compare
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: 3d19b23226a1378922fe56b250a02a793d3b5cd2
fcb3890
to
3edeed7
Compare
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: 9c863f25086c459ed374bd0c57868e4bbdbde196
3edeed7
to
ae9c3f3
Compare
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: 2ef8676c90c28c8e6759b614db54824c8271d3ae
ae9c3f3
to
f6c89aa
Compare
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: 5a64cb8ee10e10315e72f10b402f377951e3e3d9
f6c89aa
to
3bdc0d2
Compare
Differential Revision: D48992474 fbshipit-source-id: dc401c5ae587c3c3359d620a1d86d28da6cedb05
Differential Revision: D48992720 fbshipit-source-id: d41f89916ce5df728b661115ba3cc674432c7b84
Summary: In this diff I'm introducing the new DeprecatedInNewArchitecture annotation, the goal of this annotation is to describe that a class or method will be deprecated when the new architecture of react native is fully rolled out in OSS. changelog: [Android] Introduce DeprecatedInNewArchitecture annotation Differential Revision: D49068234 fbshipit-source-id: 2c8d96b7a3e31ab5f48672491bdc4a6f2455ecac
This pull request was exported from Phabricator. Differential Revision: D48992719 |
…le instead (facebook#39339) Summary: Pull Request resolved: facebook#39339 Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native Reviewed By: cortinico Differential Revision: D48992719 fbshipit-source-id: 3ec4ec565f240b5cc1d8e76c5c39ef95a0213068
3bdc0d2
to
9d938c0
Compare
This pull request has been merged in 33181ef. |
Summary:
Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native
changelog: [Android][Changed] Deprecating createNativeModules method from ReactPackage interface recommending using getModule instead in the new architecture of React Native
Differential Revision: D48992719