We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e41a7 commit f0d9a71Copy full SHA for f0d9a71
example/package.json
@@ -9,15 +9,16 @@
9
"web": "expo start --web"
10
},
11
"dependencies": {
12
- "expo": "~49.0.7",
13
- "expo-linear-gradient": "^12.3.0",
14
- "react": "18.2.0",
15
- "react-native": "0.72.3"
+ "expo": ">=47.0.0",
+ "expo-linear-gradient": ">=12.0.1",
+ "react": ">=18.1.0",
+ "react-native": ">=0.70.8"
16
17
"devDependencies": {
18
- "@babel/core": "^7.20.0",
19
- "@types/react": "~18.2.14",
20
- "typescript": "^5.1.3"
+ "@babel/core": ">=7.20.0",
+ "@types/react": ">=18.0.27",
+ "@types/react-native": ">=0.70.6",
21
+ "typescript": ">=4.9.4"
22
23
"private": true
24
}
0 commit comments