Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove getJavaScriptContextHolder() from BridgelessReactContext (#44124)
Summary: Pull Request resolved: #44124 This API was introduced as part of Backwards Compat effort recently but now this backwards comptability is supported through BridgelessCatalystInstance. The major OSS usages are through Catalyst Instance and not through Bridgeless React Context which is why deleting this makes sense so that people do not start depending on this. Changelog: [Android][Removed] - Remove getJavaScriptContextHolder() from BridgelessReactContext since now it can be accessed through BridgelessCatalystInstance in Bridgeless mode Reviewed By: RSNara Differential Revision: D56205699 fbshipit-source-id: 175463e17c526359c2e04fec4b2104aea3949d5d
- Loading branch information