Skip to content

Commit f0d9a71

Browse files
author
Tim Roberts
committed
⬇️ make deps more lenient (allow expo sdk 47 and above)
1 parent b2e41a7 commit f0d9a71

File tree

3 files changed

+172
-125
lines changed

3 files changed

+172
-125
lines changed

example/package.json

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,16 @@
99
"web": "expo start --web"
1010
},
1111
"dependencies": {
12-
"expo": "~49.0.7",
13-
"expo-linear-gradient": "^12.3.0",
14-
"react": "18.2.0",
15-
"react-native": "0.72.3"
12+
"expo": ">=47.0.0",
13+
"expo-linear-gradient": ">=12.0.1",
14+
"react": ">=18.1.0",
15+
"react-native": ">=0.70.8"
1616
},
1717
"devDependencies": {
18-
"@babel/core": "^7.20.0",
19-
"@types/react": "~18.2.14",
20-
"typescript": "^5.1.3"
18+
"@babel/core": ">=7.20.0",
19+
"@types/react": ">=18.0.27",
20+
"@types/react-native": ">=0.70.6",
21+
"typescript": ">=4.9.4"
2122
},
2223
"private": true
2324
}

0 commit comments

Comments
 (0)