We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2179bcb commit ed60e2fCopy full SHA for ed60e2f
packages/react-native/package.json
@@ -48,9 +48,15 @@
48
"@types/react": "^18.2.44"
49
},
50
"peerDependencies": {
51
+ "expo": ">=47.0.0",
52
"react": "*",
53
"react-native": "*"
54
55
+ "peerDependenciesMeta": {
56
+ "expo": {
57
+ "optional": true
58
+ }
59
+ },
60
"packageManager": "yarn@3.6.1",
61
"codegenConfig": {
62
"name": "RNBdReactNativeSpec",
@@ -76,7 +82,9 @@
76
82
]
77
83
78
84
"dependencies": {
79
- "@expo/config-plugins": "^9.0.14",
80
85
"fast-json-stringify": "^6.0.0"
86
87
+ "devDependencies": {
88
+ "@expo/config-plugins": "^9.0.14"
81
89
}
90
0 commit comments