Skip to content

Commit cf1c7f7

Browse files
authored
Release/3.0.1 (#81)
* fix: upgrade dependencies + expo example to 54 * 3.0.1
1 parent 815e129 commit cf1c7f7

File tree

6 files changed

+2324
-1478
lines changed

6 files changed

+2324
-1478
lines changed

example/app/_layout.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ import {
66
import { Stack } from 'expo-router';
77
import * as SplashScreen from 'expo-splash-screen';
88
import { useEffect } from 'react';
9-
import 'react-native-reanimated';
109

1110
import { useColorScheme } from '@/hooks/useColorScheme';
1211

example/package.json

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -13,31 +13,32 @@
1313
"@react-navigation/bottom-tabs": "^7.2.0",
1414
"@react-navigation/native": "^7.0.14",
1515
"@react-navigation/native-stack": "^7.2.0",
16-
"expo": "^53.0.0",
17-
"expo-constants": "~17.1.6",
18-
"expo-linking": "~7.1.5",
19-
"expo-router": "~5.1.0",
20-
"expo-splash-screen": "~0.30.9",
21-
"expo-status-bar": "~2.2.3",
22-
"expo-system-ui": "~5.0.9",
23-
"react": "19.0.0",
24-
"react-dom": "19.0.0",
25-
"react-native": "0.79.4",
26-
"react-native-gesture-handler": "~2.24.0",
27-
"react-native-reanimated": "~3.17.4",
28-
"react-native-safe-area-context": "5.4.0",
29-
"react-native-screens": "~4.11.1",
30-
"react-native-svg": "15.11.2",
31-
"react-native-web": "^0.20.0"
16+
"expo": "^54",
17+
"expo-constants": "~18.0.9",
18+
"expo-linking": "~8.0.8",
19+
"expo-router": "~6.0.8",
20+
"expo-splash-screen": "~31.0.10",
21+
"expo-status-bar": "~3.0.8",
22+
"expo-system-ui": "~6.0.7",
23+
"react": "19.1.0",
24+
"react-dom": "19.1.0",
25+
"react-native": "0.81.4",
26+
"react-native-gesture-handler": "~2.28.0",
27+
"react-native-reanimated": "~4.1.1",
28+
"react-native-safe-area-context": "~5.6.0",
29+
"react-native-screens": "~4.16.0",
30+
"react-native-svg": "15.12.1",
31+
"react-native-web": "^0.21.0",
32+
"react-native-worklets": "^0.6.0"
3233
},
3334
"devDependencies": {
3435
"@babel/core": "^7.24.0",
3536
"@eslint/js": "^9.9.0",
36-
"@types/react": "~19.0.10",
37+
"@types/react": "~19.1.10",
3738
"eslint": "9.x",
3839
"eslint-plugin-react": "^7.35.0",
3940
"globals": "^15.9.0",
40-
"typescript": "~5.8.3",
41+
"typescript": "~5.9.2",
4142
"typescript-eslint": "^8.0.1"
4243
},
4344
"private": true

0 commit comments

Comments
 (0)