We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 99c32e9 commit 898ae67Copy full SHA for 898ae67
package.json
@@ -79,35 +79,7 @@
79
"node": ">=22.12"
80
},
81
"rnx-kit": {
82
- "kitType": "library",
83
- "alignDeps": {
84
- "presets": [
85
- "microsoft/react-native"
86
- ],
87
- "lint": {
88
- "lockfile": {
89
- "noDuplicates": {
90
- "packages": [
91
- "#react-native",
92
- "@babel/core"
93
- ]
94
- }
95
96
- },
97
- "requirements": {
98
- "development": [
99
- "react-native@0.74"
100
101
- "production": [
102
- "react-native@0.73 || 0.74"
103
104
105
- "capabilities": [
106
- "babel-preset-react-native",
107
- "core",
108
- "metro-react-native-babel-transformer"
109
110
+ "kitType": "library"
111
112
"packageManager": "yarn@4.11.0"
113
}
0 commit comments