Skip to content

Commit 8a75413

Browse files
committed
chore(react-native-branch): bump to expo@^55
1 parent 34b86c0 commit 8a75413

File tree

4 files changed

+20
-19
lines changed

4 files changed

+20
-19
lines changed

apps/react-native-branch/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
},
1010
"dependencies": {
1111
"@config-plugins/react-native-branch": "*",
12-
"expo": "~54",
13-
"expo-splash-screen": "~31.0.9",
14-
"react": "19.1.0",
15-
"react-native": "0.81.4",
16-
"react-native-branch": "^6.8.0"
12+
"expo": "~55",
13+
"expo-splash-screen": "~55.0.12",
14+
"react": "19.2.0",
15+
"react-native": "0.83.2",
16+
"react-native-branch": "^6.9.0"
1717
},
1818
"private": true
1919
}

packages/react-native-branch/README.md

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -6,15 +6,16 @@ Config plugin to auto-configure `react-native-branch` when the native code is ge
66

77
Ensure you use versions that work together!
88

9-
| `expo` | `react-native-branch` | `@config-plugins/react-native-branch` |
10-
| ------ | --------------------- | ------------------------------------- |
11-
| 54.0.0 | 6.8.0 | 11.0.0 |
12-
| 53.0.0 | 6.6.0 | 10.0.0 |
13-
| 52.0.0 | 6.4.0 | 9.0.0 |
14-
| 51.0.0 | 6.2.1 | 8.0.0 |
15-
| 50.0.0 | 6.0.0 | 7.0.0 |
16-
| 49.0.0 | 5.9.0 | 6.0.0 |
17-
| 48.0.0 | 5.7.0 | 5.0.0 |
9+
| `expo` | `react-native-branch` | `@config-plugins/react-native-branch` |
10+
|--------|-------------------------|---------------------------------------|
11+
| 55.0.0 | 6.9.0 | 12.0.0 |
12+
| 54.0.0 | 6.8.0 | 11.0.0 |
13+
| 53.0.0 | 6.6.0 | 10.0.0 |
14+
| 52.0.0 | 6.4.0 | 9.0.0 |
15+
| 51.0.0 | 6.2.1 3 | 8.0.0 |
16+
| 50.0.0 | 6.0.0 | 7.0.0 |
17+
| 49.0.0 | 5.9.0 | 6.0.0 |
18+
| 48.0.0 | 5.7.0 | 5.0.0 |
1819

1920
## Expo installation
2021

packages/react-native-branch/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"react-native-branch"
3131
],
3232
"peerDependencies": {
33-
"expo": "^54"
33+
"expo": "^55"
3434
},
3535
"upstreamPackage": "react-native-branch",
3636
"dependencies": {

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14924,10 +14924,10 @@ react-native-blob-util@^0.24.7:
1492414924
base-64 "0.1.0"
1492514925
glob "13.0.1"
1492614926

14927-
react-native-branch@^6.8.0:
14928-
version "6.8.0"
14929-
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-6.8.0.tgz#5d2f10c42d8a553030d6327f06b226b1890552f1"
14930-
integrity sha512-jkPNv+kj0Aap5DIzBEJ4reD8P5OE9H5fYkHc/ltLlf1m7PlBy1qyRY1On01eA/nLT4YLCx6QZsB7E9WUXhWM0g==
14927+
react-native-branch@^6.9.0:
14928+
version "6.9.0"
14929+
resolved "https://registry.yarnpkg.com/react-native-branch/-/react-native-branch-6.9.0.tgz#b4fc087f80c8d9af2c6df5a849162404055afe55"
14930+
integrity sha512-a0Ud/RGvep7t8c1iJLU+1/r1ktnF351gGd2jo7vxUoH7m8V3T46nJgeCmPg0gjOUeZggyc6wRQyorAtZdDwLnA==
1493114931

1493214932
react-native-callkeep@^4.3.16:
1493314933
version "4.3.16"

0 commit comments

Comments
 (0)