@rnx-kit/react-native-host 0.5.4 → 0.5.5

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.
@@ -83,10 +83,12 @@ public:
83
83
  {
84
84
  return true;
85
85
  }
86
+ #if !__has_include(<React-RCTAppDelegate/RCTReactNativeFactory.h>) && !__has_include(<React_RCTAppDelegate/RCTReactNativeFactory.h>) // 0.77
86
87
  bool enableFixForViewCommandRace() override
87
88
  {
88
89
  return true;
89
90
  }
91
+ #endif // 0.77
90
92
  #else // < 0.77
91
93
  bool useModernRuntimeScheduler() override
92
94
  {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rnx-kit/react-native-host",
3
- "version": "0.5.4",
3
+ "version": "0.5.5",
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",
@@ -30,8 +30,7 @@
30
30
  "react-native": ">=0.66"
31
31
  },
32
32
  "devDependencies": {
33
- "@rnx-kit/scripts": "*",
34
- "prettier": "^3.0.0"
33
+ "@rnx-kit/scripts": "*"
35
34
  },
36
35
  "engines": {
37
36
  "node": ">=16.17"