Target Branch
0.80
Link to commit or PR to be picked
facebook/react-native#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.