-
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
Scripted: Codemod ReactApplicationContext creators to BridgeReactContext #43626
Conversation
This pull request was exported from Phabricator. Differential Revision: D55218591 |
This pull request was exported from Phabricator. Differential Revision: D55218591 |
fc384a5
to
6f3bd36
Compare
…ext (facebook#43626) Summary: Pull Request resolved: facebook#43626 The things that create ReactApplicationContext should instead create BridgeReactContext. Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff. Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55218591
6f3bd36
to
eb5f14c
Compare
This pull request was exported from Phabricator. Differential Revision: D55218591 |
1 similar comment
This pull request was exported from Phabricator. Differential Revision: D55218591 |
…ext (facebook#43626) Summary: Pull Request resolved: facebook#43626 The things that create ReactApplicationContext should instead create BridgeReactContext. Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff. Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55218591
eb5f14c
to
63b1f75
Compare
This pull request was exported from Phabricator. Differential Revision: D55218591 |
…ext (facebook#43626) Summary: Pull Request resolved: facebook#43626 The things that create ReactApplicationContext should instead create BridgeReactContext. Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff. Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55218591
63b1f75
to
0a1aec9
Compare
This pull request was exported from Phabricator. Differential Revision: D55218591 |
…ext (facebook#43626) Summary: Pull Request resolved: facebook#43626 The things that create ReactApplicationContext should instead create BridgeReactContext. Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff. Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55218591
0a1aec9
to
f690484
Compare
This pull request was exported from Phabricator. Differential Revision: D55218591 |
…ext (facebook#43626) Summary: Pull Request resolved: facebook#43626 The things that create ReactApplicationContext should instead create BridgeReactContext. Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff. Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55218591
f690484
to
0a3c260
Compare
…ext (facebook#43626) Summary: Pull Request resolved: facebook#43626 The things that create ReactApplicationContext should instead create BridgeReactContext. Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff. Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55218591
0a3c260
to
f618831
Compare
This pull request was exported from Phabricator. Differential Revision: D55218591 |
Summary: Eventually, we will move all bridge methods to BridgeReactContext. Long-term, ReactApplicationContext and ReactContext will become abstract. And these two contexts will only contain methods common to both modes. Changelog: [Android][Added] Introduce BridgeReactContext Differential Revision: https://internalfb.com/D55218592
Summary: Eventaully, ReactApplicationContext.initailizeWithInstance() will be moved to BridgeReactContext. Doing the migration up-front to remove noise from the eventual diff. Changelog: [Internal] Differential Revision: https://internalfb.com/D55218593
…ext (facebook#43626) Summary: Pull Request resolved: facebook#43626 The things that create ReactApplicationContext should instead create BridgeReactContext. Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff. Changelog: [Internal] Reviewed By: arushikesarwani94 Differential Revision: D55218591
This pull request was exported from Phabricator. Differential Revision: D55218591 |
f618831
to
4cc95ef
Compare
This pull request has been merged in 8eb1bd1. |
Summary:
The things that create ReactApplicationContext should instead create BridgeReactContext.
Long-term, ReactApplicationContext will be abstract. This diff pulls noise out from that eventual diff.
Changelog: [Internal]
Reviewed By: arushikesarwani94
Differential Revision: D55218591