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

Making UIManager not implement JSIModule #42061

Closed
wants to merge 2 commits into from

Conversation

arushikesarwani94
Copy link
Contributor

Summary:
For removal of JSIModule getting rid of the inheritance relationship b/w interfaces UIManager & JSIModule by directly defining initialize() and invalidate()

Changelog:
[Internal] internal

Reviewed By: philIip, mdvacca

Differential Revision: D49306312

@facebook-github-bot facebook-github-bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Dec 26, 2023
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

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

arushikesarwani94 added a commit that referenced this pull request Dec 29, 2023
Summary:
Pull Request resolved: #42061

For removal of JSIModule getting rid of the inheritance relationship b/w interfaces UIManager & JSIModule by directly defining `initialize()` and `invalidate()`

Changelog:
[Internal] internal

Reviewed By: philIip, mdvacca

Differential Revision: D49306312

fbshipit-source-id: c587d7e50a5275b3a2bc5f0351252141d11637b9
@facebook-github-bot
Copy link
Contributor

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

arushikesarwani94 added a commit that referenced this pull request Jan 2, 2024
Summary:
Pull Request resolved: #42061

For removal of JSIModule getting rid of the inheritance relationship b/w interfaces UIManager & JSIModule by directly defining `initialize()` and `invalidate()`

Changelog:
[Internal] internal

Reviewed By: philIip, mdvacca

Differential Revision: D49306312

fbshipit-source-id: 03a0be5a15defdf81cfa5993d506d45e21edee1a
arushikesarwani94 and others added 2 commits January 1, 2024 20:47
Summary:
Since we switched all apps from `getJSIModule()` to `getFabricUIManager()` from `ReactContext` and it's subclasses it's safe to delete this method.

NOTE: The fallback for FabricUIManager is still catalystInstance.getJSIModule() that's still there for backwards comptability just deleting the indirection through ReactContext

Differential Revision: D51748655

fbshipit-source-id: 3ba406b11b5bafcfcce1aa3cf6f7d951505f96c6
Summary:
Pull Request resolved: #42061

For removal of JSIModule getting rid of the inheritance relationship b/w interfaces UIManager & JSIModule by directly defining `initialize()` and `invalidate()`

Changelog:
[Internal] internal

Reviewed By: philIip, mdvacca

Differential Revision: D49306312

fbshipit-source-id: 7e7cad2b3850c0a8a3f93644769f2f76f3ece2ff
@facebook-github-bot
Copy link
Contributor

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

@facebook-github-bot
Copy link
Contributor

This pull request has been merged in af8c56a.

@facebook-github-bot facebook-github-bot deleted the export-D49306312 branch January 5, 2024 15:17
Othinn pushed a commit to Othinn/react-native that referenced this pull request Jan 9, 2024
Summary:
Pull Request resolved: facebook#42061

For removal of JSIModule getting rid of the inheritance relationship b/w interfaces UIManager & JSIModule by directly defining `initialize()` and `invalidate()`

Changelog:
[Internal] internal

Reviewed By: philIip, mdvacca

Differential Revision: D49306312

fbshipit-source-id: 041870418e13bb4b2381e609b94331c87be5f6fa
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.

None yet

2 participants