Target Branch
0.81
Link to commit or PR to be picked
facebook/react-native#52660
Description
This reverts a breaking change we accidentally shipped in HeadlessJsTaskService
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.