Skip to content

Commit 2d88494

Browse files
author
ikethirdweb
committed
[RN] Support expo versions >=47 <50
1 parent 0f54e99 commit 2d88494

File tree

3 files changed

+187
-8
lines changed

3 files changed

+187
-8
lines changed

.changeset/pink-bobcats-kneel.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"@thirdweb-dev/react-native": patch
3+
---
4+
5+
Support expo versions =>47 < 50

packages/react-native/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,6 @@
7272
"eslint-plugin-prettier": "^5.0.0",
7373
"eslint-plugin-tsdoc": "^0.2.16",
7474
"ethers": "^5.7.2",
75-
"expo": "^47.0.14",
7675
"jest": "^29.6.2",
7776
"prettier": "^3.0.0",
7877
"react": "^18.2.0",
@@ -99,7 +98,7 @@
9998
},
10099
"peerDependencies": {
101100
"ethers": ">=5.5.1 <6",
102-
"expo": "^47.0.0",
101+
"expo": ">=47 <50",
103102
"react": ">=18.0.0",
104103
"react-native": ">=0.70.0"
105104
},

0 commit comments

Comments
 (0)