File tree Expand file tree Collapse file tree 14 files changed +51
-0
lines changed
incubator/polyfills/test/__fixtures__
align-deps/test/__fixtures__
no-profile-satisfying-deps
metro-resolver-symlinks/test/__fixtures__/remap-platforms
tools-react-native/test/__fixtures__/available-platforms Expand file tree Collapse file tree 14 files changed +51
-0
lines changed Original file line number Diff line number Diff line change 1+ ---
2+ ---
Original file line number Diff line number Diff line change @@ -43,5 +43,6 @@ coverage/
4343local.properties
4444msbuild.binlog
4545node_modules /
46+ package-lock.json
4647rnx-kit-workspaces.json
4748! ** /__fixtures__ /** /node_modules /
Original file line number Diff line number Diff line change 1+ engine-strict = true
2+ ignore-scripts = true
Original file line number Diff line number Diff line change 1212 "invalid-polyfill-boolean" : " *" ,
1313 "invalid-polyfill-boundary" : " *" ,
1414 "invalid-polyfill-missing" : " *"
15+ },
16+ "engines" : {
17+ "bun" : " For testing purposes only" ,
18+ "npm" : " For testing purposes only" ,
19+ "pnpm" : " For testing purposes only" ,
20+ "yarn" : " For testing purposes only"
1521 }
1622}
Original file line number Diff line number Diff line change 1+ engine-strict = true
2+ ignore-scripts = true
Original file line number Diff line number Diff line change 77 "react" : " 18.1.0" ,
88 "react-native" : " 0.70.3"
99 },
10+ "engines" : {
11+ "bun" : " For testing purposes only" ,
12+ "npm" : " For testing purposes only" ,
13+ "pnpm" : " For testing purposes only" ,
14+ "yarn" : " For testing purposes only"
15+ },
1016 "rnx-kit" : {
1117 "reactNativeVersion" : " 0.70" ,
1218 "kitType" : " app" ,
Original file line number Diff line number Diff line change 1+ engine-strict = true
2+ ignore-scripts = true
Original file line number Diff line number Diff line change 77 "react" : " 18.1.0" ,
88 "react-native" : " 0.70.3"
99 },
10+ "engines" : {
11+ "bun" : " For testing purposes only" ,
12+ "npm" : " For testing purposes only" ,
13+ "pnpm" : " For testing purposes only" ,
14+ "yarn" : " For testing purposes only"
15+ },
1016 "rnx-kit" : {
1117 "reactNativeVersion" : " ^0.70" ,
1218 "kitType" : " app" ,
Original file line number Diff line number Diff line change 1+ engine-strict = true
2+ ignore-scripts = true
Original file line number Diff line number Diff line change 77 "react-native" : " ^0.64.2" ,
88 "t-800" : " 1.0.0"
99 },
10+ "engines" : {
11+ "bun" : " For testing purposes only" ,
12+ "npm" : " For testing purposes only" ,
13+ "pnpm" : " For testing purposes only" ,
14+ "yarn" : " For testing purposes only"
15+ },
1016 "rnx-kit" : {
1117 "reactNativeVersion" : " ^0.64" ,
1218 "kitType" : " app" ,
You can’t perform that action at this time.
0 commit comments