We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ff3d07 commit 61f95aeCopy full SHA for 61f95ae
2 files changed
packages/@react-native-windows/tester/package.json
@@ -24,6 +24,9 @@
24
"react-native-xaml": "^0.0.80"
25
},
26
"peerDependenciesMeta": {
27
+ "@react-native-picker/picker": {
28
+ "optional": true
29
+ },
30
"react-native-xaml": {
31
"optional": true
32
}
@@ -48,4 +51,4 @@
48
51
"engines": {
49
52
"node": ">= 22"
50
53
-}
54
+}
packages/e2e-test-app-fabric/package.json
@@ -25,7 +25,6 @@
"perf:native:ci": "jest --config jest.native-perf.config.js --ci --forceExit"
"dependencies": {
- "@react-native-picker/picker": "2.11.0",
"@react-native-windows/automation-channel": "0.0.0-canary.1047",
"@react-native-windows/tester": "0.0.1",
"@types/react": "^19.2.3",
@@ -81,4 +80,4 @@
81
80
82
83
84
0 commit comments