Skip to content

Commit c9e0473

Browse files
committed
chore: updated the example deps
1 parent f8cd4fe commit c9e0473

File tree

2 files changed

+23
-21
lines changed

2 files changed

+23
-21
lines changed

example/babel.config.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
const path = require('path');
1+
const path = require('node:path');
22
const pak = require('../package.json');
33

4-
module.exports = function (api) {
4+
module.exports = api => {
55
api.cache(true);
66
return {
77
presets: ['babel-preset-expo'],
@@ -16,7 +16,7 @@ module.exports = function (api) {
1616
},
1717
],
1818
'@babel/plugin-proposal-export-namespace-from',
19-
'react-native-reanimated/plugin',
19+
'react-native-worklets/plugin',
2020
],
2121
};
2222
};

example/package.json

Lines changed: 20 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,40 +12,42 @@
1212
"@expo/webpack-config": "~19.0.1",
1313
"@gorhom/portal": "^1.0.14",
1414
"@gorhom/showcase-template": "^4.0.1",
15+
"@legendapp/list": "^2.0.0",
1516
"@react-navigation/material-top-tabs": "^7.2.13",
1617
"@react-navigation/native": "^7.1.9",
1718
"@react-navigation/native-stack": "^7.3.13",
1819
"@react-navigation/stack": "^7.3.2",
19-
"@legendapp/list": "^1.1.4",
20-
"@shopify/flash-list": "1.7.6",
21-
"expo": "53.0.20",
22-
"expo-asset": "~11.1.7",
23-
"expo-blur": "~14.1.5",
24-
"expo-image": "~2.4.0",
25-
"expo-status-bar": "~2.2.3",
26-
"react": "19.0.0",
27-
"react-dom": "19.0.0",
28-
"react-native": "0.79.5",
29-
"react-native-gesture-handler": "~2.24.0",
20+
"@shopify/flash-list": "2.0.2",
21+
"expo": "54.0.0-preview.14",
22+
"expo-asset": "~12.0.7",
23+
"expo-blur": "~15.0.6",
24+
"expo-image": "~3.0.7",
25+
"expo-status-bar": "~3.0.7",
26+
"react": "19.1.0",
27+
"react-dom": "19.1.0",
28+
"react-native": "0.81.1",
29+
"react-native-gesture-handler": "~2.28.0",
3030
"react-native-maps": "1.20.1",
31-
"react-native-pager-view": "6.7.1",
32-
"react-native-reanimated": "~3.17.4",
31+
"react-native-pager-view": "6.9.1",
32+
"react-native-reanimated": "~4.1.0",
3333
"react-native-redash": "^18.1.0",
34-
"react-native-safe-area-context": "5.4.0",
35-
"react-native-screens": "~4.11.1",
34+
"react-native-safe-area-context": "~5.6.0",
35+
"react-native-screens": "~4.15.4",
3636
"react-native-tab-view": "^3.5.2",
37-
"react-native-web": "^0.20.0"
37+
"react-native-web": "^0.21.0",
38+
"react-native-webview": "13.15.0",
39+
"react-native-worklets": "~0.5.0"
3840
},
3941
"devDependencies": {
4042
"@babel/core": "^7.25.2",
4143
"@babel/plugin-proposal-export-namespace-from": "^7.18.9",
4244
"@types/faker": "^4.1.12",
43-
"@types/react": "~19.0.10",
45+
"@types/react": "~19.1.10",
4446
"@types/react-native": "^0.73.0",
4547
"babel-loader": "^10.0.0",
4648
"babel-plugin-module-resolver": "^5.0.0",
4749
"faker": "^4.1.0",
48-
"typescript": "^5.3.3"
50+
"typescript": "~5.9.2"
4951
},
5052
"overrides": {
5153
"use-latest-callback": "^0.2.3"

0 commit comments

Comments
 (0)