Add warning when RCT_EXPORT_MODULE is used in New Arch#49897
Add warning when RCT_EXPORT_MODULE is used in New Arch#49897cipolleschi wants to merge 1 commit into
Conversation
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
2226b60 to
ed23cce
Compare
ed23cce to
635b2a3
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
635b2a3 to
8a78452
Compare
8a78452 to
b7ec071
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
b7ec071 to
c615654
Compare
0814273 to
6246b68
Compare
c615654 to
0814273
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
1 similar comment
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
6246b68 to
461053f
Compare
461053f to
ac25928
Compare
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
ac25928 to
6a3f816
Compare
Summary: Pull Request resolved: facebook#49897 This change introduces the first warning for the New Architecture warning. When modules are registered through the RCT_EXPORT_MODULE (or its variants) a warning is emitted. Note: currently it is only emitted on the Xcode console. I'm looking into ways to emit it also in the RN DevTools console. ## Changelog: [iOS][Added] - Show warnings in the New Architecture when modules are loaded using RCT_EXPORT_MODULE Differential Revision: D70789672
|
This pull request was exported from Phabricator. Differential Revision: D70789672 |
6a3f816 to
caa8a85
Compare
Summary: Pull Request resolved: facebook#49897 This change introduces the first warning for the New Architecture warning. When modules are registered through the RCT_EXPORT_MODULE (or its variants) a warning is emitted. Note: currently it is only emitted on the Xcode console. I'm looking into ways to emit it also in the RN DevTools console. ## Changelog: [iOS][Added] - Show warnings in the New Architecture when modules are loaded using RCT_EXPORT_MODULE Differential Revision: D70789672
|
This pull request has been merged in 4d40882. |
|
This pull request was successfully merged by @cipolleschi in 4d40882 When will my fix make it into a release? | How to file a pick request? |
Summary:
This change introduces the first warning for the New Architecture warning.
When modules are registered through the RCT_EXPORT_MODULE (or its variants) a warning is emitted.
Note: currently it is only emitted on the Xcode console.
I'm looking into ways to emit it also in the RN DevTools console.
Changelog:
[iOS][Added] - Show warnings in the New Architecture when modules are loaded using RCT_EXPORT_MODULE
Differential Revision: D70789672