react-native-releases icon indicating copy to clipboard operation
react-native-releases copied to clipboard

[0.80] Make accessors inside HeadlessJsTaskService open again

Open naquilini opened this issue 6 months ago • 1 comments

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.

naquilini avatar Jul 25 '25 09:07 naquilini