@rnx-kit/react-native-host 0.5.8 → 0.5.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -88,10 +88,6 @@ public:
88
88
  }
89
89
  #endif // USE_VIEW_COMMAND_RACE_FIX
90
90
  #if USE_UPDATE_RUNTIME_SHADOW_NODE_REFS_ON_COMMIT // >= 0.79
91
- bool updateRuntimeShadowNodeReferencesOnCommit() override
92
- {
93
- return true;
94
- }
95
91
  bool useShadowNodeStateOnClone() override
96
92
  {
97
93
  return true;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnx-kit/react-native-host",
3
- "version": "0.5.8",
3
+ "version": "0.5.9",
4
4
  "description": "Simplify React Native initialization",
5
5
  "homepage": "https://github.com/microsoft/rnx-kit/tree/main/packages/react-native-host#readme",
6
6
  "license": "MIT",