Skip to content

Commit f3aa263

Browse files
committed
chore: updated example deps
1 parent 164d982 commit f3aa263

2 files changed

Lines changed: 4 additions & 5 deletions

File tree

example/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,25 +18,25 @@
1818
"@react-navigation/native-stack": "^7.3.13",
1919
"@react-navigation/stack": "^7.3.2",
2020
"@shopify/flash-list": "2.0.2",
21-
"expo": "54.0.0-preview.14",
21+
"expo": "~54.0.26",
2222
"expo-asset": "~12.0.7",
2323
"expo-blur": "~15.0.6",
2424
"expo-image": "~3.0.7",
2525
"expo-status-bar": "~3.0.7",
2626
"react": "19.1.0",
2727
"react-dom": "19.1.0",
28-
"react-native": "0.81.1",
28+
"react-native": "0.81.5",
2929
"react-native-gesture-handler": "~2.28.0",
3030
"react-native-maps": "1.20.1",
3131
"react-native-pager-view": "6.9.1",
3232
"react-native-reanimated": "~4.1.0",
3333
"react-native-redash": "^18.1.0",
3434
"react-native-safe-area-context": "~5.6.0",
35-
"react-native-screens": "~4.15.4",
35+
"react-native-screens": "~4.16.0",
3636
"react-native-tab-view": "^3.5.2",
3737
"react-native-web": "^0.21.0",
3838
"react-native-webview": "13.15.0",
39-
"react-native-worklets": "~0.5.0"
39+
"react-native-worklets": "0.5.1"
4040
},
4141
"devDependencies": {
4242
"@babel/core": "^7.25.2",

src/constants.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
import { Dimensions, Platform } from 'react-native';
2-
import type Animated from 'react-native-reanimated';
32
import { Easing } from 'react-native-reanimated';
43
import type { SpringConfig, TimingConfig } from './types';
54

0 commit comments

Comments
 (0)