Commit fed4478
fix: update react-native to ^0.85.3 to match Expo SDK 56
Expo SDK 56 native modules (expo, expo-router, expo-notifications, etc.)
are compiled against React Native 0.85. Using SDK 56 with RN 0.83.4
causes a Gradle compilation failure in the EAS Android build.
Update react-native devDependencies to ^0.85.3 in all three packages
that pinned ^0.83.4, so manypkg version consistency check continues to
pass:
- examples/expo-example (direct app dependency)
- packages/expo (devDep used for testing)
- packages/react-native (devDep used for testing)
The peerDependencies in packages/expo and packages/react-native remain
* so they continue to support any RN version at install time.
Co-authored-by: Kyle McDonald <kylemcd@users.noreply.github.com>1 parent 6b00820 commit fed4478
4 files changed
Lines changed: 62 additions & 381 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
76 | 76 | | |
77 | 77 | | |
78 | 78 | | |
79 | | - | |
| 79 | + | |
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
| 68 | + | |
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
| |||
0 commit comments