Skip to content
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

Make ReactContext and ReactApplicationContext classes abstract #43625

Closed
wants to merge 4 commits into from

Conversation

RSNara
Copy link
Contributor

@RSNara RSNara commented Mar 22, 2024

Summary: Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590

@facebook-github-bot facebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. p: Facebook Partner: Facebook Partner labels Mar 22, 2024
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

RSNara added a commit to RSNara/react-native that referenced this pull request Mar 22, 2024
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

RSNara added a commit to RSNara/react-native that referenced this pull request Mar 22, 2024
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

RSNara added a commit to RSNara/react-native that referenced this pull request Mar 22, 2024
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

RSNara added a commit to RSNara/react-native that referenced this pull request Mar 22, 2024
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

RSNara added a commit to RSNara/react-native that referenced this pull request Mar 25, 2024
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

RSNara added a commit to RSNara/react-native that referenced this pull request Mar 25, 2024
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

RSNara added a commit to RSNara/react-native that referenced this pull request Mar 26, 2024
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
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
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]

Differential Revision: https://internalfb.com/D55218591
…ook#43625)

Summary:
Pull Request resolved: facebook#43625

Changelog: [Android][Breaking] Make ReactApplicationContext and ReactContext abstract. Please instantiate BridgeReactContext instead (bridge mode). Or BridgelessReactContext instead (bridgeless mode).

Reviewed By: arushikesarwani94

Differential Revision: D55218590
@facebook-github-bot
Copy link
Contributor

This pull request was exported from Phabricator. Differential Revision: D55218590

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in e69f675.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants