Uh oh!
There was an error while loading. Please reload this page.
Make RNTester use RCTAppDelegate - #37572
Conversation
facebook-github-bot
commented
May 25, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
Base commit: 551bbbc |
b0cc1a9 to
689af81Comparefacebook-github-bot
commented
May 25, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
1 similar comment
facebook-github-bot
commented
May 25, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
689af81 to
054a0eaComparefacebook-github-bot
commented
May 26, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
7993fc9 to
5708748Comparefacebook-github-bot
commented
May 30, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
5708748 to
922fee8Comparefacebook-github-bot
commented
May 30, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
922fee8 to
2cb3b43Comparefacebook-github-bot
commented
May 30, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
Summary: Pull Request resolved: #37572 Currently, RNTester was using a completely custom AppDelegate and not leveraging the RCTAppDelegate we use in the OSS. This resulted in a misalignment between the two setups and duplicated work to test stuff internally furst and then in the OSS, with some more time needed to understand why one setup was working and the other wasn't. With this change, we are aligning the two, bringing RNTester closer to the OSS setup. There are still small differences, but we can iterate over those. ## Changelog: [iOS][Changed] - Make RNTester use RCTAppDelegate Reviewed By: cortinico Differential Revision: D46182888 fbshipit-source-id: c90fe3f58d75b59b90d15dbf612c54811555d347
2cb3b43 to
a826e6bComparefacebook-github-bot
commented
May 30, 2023
This pull request was exported from Phabricator. Differential Revision: D46182888 |
facebook-github-bot
commented
May 30, 2023
This pull request has been merged in 680cbe7. |
Saadnajmi
commented
May 31, 2023
Congrats! :D |
Summary: Pull Request resolved: react#37572 Currently, RNTester was using a completely custom AppDelegate and not leveraging the RCTAppDelegate we use in the OSS. This resulted in a misalignment between the two setups and duplicated work to test stuff internally furst and then in the OSS, with some more time needed to understand why one setup was working and the other wasn't. With this change, we are aligning the two, bringing RNTester closer to the OSS setup. There are still small differences, but we can iterate over those. ## Changelog: [iOS][Changed] - Make RNTester use RCTAppDelegate Reviewed By: cortinico Differential Revision: D46182888 fbshipit-source-id: 7c55b06de1a317b1f2d4ad0d18a390dc4d3356a4
Summary:
Currently, RNTester was using a completely custom AppDelegate and not leveraging the RCTAppDelegate we use in the OSS. This resulted in a misalignment between the two setups and duplicated work to test stuff internally furst and then in the OSS, with some more time needed to understand why one setup was working and the other wasn't.
With this change, we are aligning the two, bringing RNTester closer to the OSS setup. There are still small differences, but we can iterate over those.
Changelog:
[iOS][Changed] - Make RNTester use RCTAppDelegate
Differential Revision: D46182888