@rnx-kit/react-native-host 0.4.12 → 0.5.1
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.
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
#import "RNXTurboModuleAdapter.h"
|
|
2
2
|
|
|
3
3
|
#include "FollyConfig.h"
|
|
4
|
-
#pragma clang diagnostic push
|
|
5
|
-
#pragma clang diagnostic ignored "-Wcomma"
|
|
6
|
-
#import <cxxreact/JSExecutor.h>
|
|
7
|
-
#pragma clang diagnostic pop
|
|
8
4
|
|
|
9
5
|
#if USE_FABRIC
|
|
10
6
|
#import <React/CoreModulesPlugins.h>
|
package/cocoa/ReactNativeHost.mm
CHANGED
|
@@ -1,10 +1,6 @@
|
|
|
1
1
|
#import "ReactNativeHost.h"
|
|
2
2
|
|
|
3
3
|
#include "FollyConfig.h"
|
|
4
|
-
#pragma clang diagnostic push
|
|
5
|
-
#pragma clang diagnostic ignored "-Wcomma"
|
|
6
|
-
#import <cxxreact/JSExecutor.h>
|
|
7
|
-
#pragma clang diagnostic pop
|
|
8
4
|
|
|
9
5
|
#import <React/RCTBridge.h>
|
|
10
6
|
#import <React/RCTBundleURLProvider.h>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@rnx-kit/react-native-host",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
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",
|
|
@@ -31,7 +31,9 @@
|
|
|
31
31
|
},
|
|
32
32
|
"devDependencies": {
|
|
33
33
|
"@rnx-kit/scripts": "*",
|
|
34
|
-
"@rnx-kit/tsconfig": "*",
|
|
35
34
|
"prettier": "^3.0.0"
|
|
35
|
+
},
|
|
36
|
+
"engines": {
|
|
37
|
+
"node": ">=16.17"
|
|
36
38
|
}
|
|
37
39
|
}
|