react-native-releases
react-native-releases copied to clipboard
[0.80] Make accessors inside HeadlessJsTaskService open again
Target Branch
0.80
Link to commit or PR to be picked
https://github.com/facebook/react-native/pull/52660
Description
The documentation in HeadlessJsTaskService for getReactHost and getReactNativeHost methods mention that users should override them to provide their own implementation.
However those vals are not open so users cannot really override them.