Skip to content

Commit 313887a

Browse files
committed
fix: react-native-renderer mismatch with react
1 parent b2cb262 commit 313887a

3 files changed

Lines changed: 386 additions & 235 deletions

File tree

.github/dependabot.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ updates:
1111
ignore:
1212
- dependency-name: react-native
1313
- dependency-name: expo
14+
- dependency-name: react
1415

1516
open-pull-requests-limit: 100
1617
groups:

apps/mobile/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
"expo-status-bar": "~2.2.3",
4040
"expo-system-ui": "~5.0.10",
4141
"expo-web-browser": "~14.2.0",
42-
"react": "19.1.0",
42+
"react": "19.0.0",
4343
"react-native": "0.79.4",
4444
"react-native-gesture-handler": "~2.27.1",
4545
"react-native-image-colors": "2.5.0",

0 commit comments

Comments
 (0)