Skip to content

Commit 52fe548

Browse files
committed
chore: update expo in examples
1 parent 0cfbaba commit 52fe548

File tree

11 files changed

+2563
-5296
lines changed

11 files changed

+2563
-5296
lines changed

.yarn/releases/yarn-4.4.0.cjs

Lines changed: 0 additions & 925 deletions
This file was deleted.

.yarn/releases/yarn-4.5.3.cjs

Lines changed: 934 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ enableGlobalCache: true
22

33
nodeLinker: node-modules
44

5-
yarnPath: .yarn/releases/yarn-4.4.0.cjs
5+
yarnPath: .yarn/releases/yarn-4.5.3.cjs

examples/basic/jest-setup.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,4 @@ import { configure } from '@testing-library/react-native';
33
// Import built-in Jest matchers
44
import '@testing-library/react-native/extend-expect';
55

6-
// Silence the warning: Animated: `useNativeDriver` is not supported because the native animated module is missing
7-
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
8-
96
configure({ concurrentRoot: true });

examples/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,19 +11,19 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"expo": "^52.0.0-preview.13",
14+
"expo": "^52.0.11",
1515
"expo-status-bar": "~2.0.0",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
18-
"react-native": "0.74.5",
18+
"react-native": "0.76.3",
1919
"react-native-web": "~0.19.13"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.24.0",
2323
"@testing-library/react-native": "^12.8.1",
2424
"@types/eslint": "^8.56.10",
2525
"@types/jest": "^29.5.12",
26-
"@types/react": "~18.2.79",
26+
"@types/react": "~18.3.12",
2727
"eslint": "^8.57.0",
2828
"jest": "^29.7.0",
2929
"react-test-renderer": "18.2.0",

examples/basic/yarn.lock

Lines changed: 909 additions & 2590 deletions
Large diffs are not rendered by default.

examples/cookbook/jest-setup.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ import { configure } from '@testing-library/react-native';
44
import '@testing-library/react-native/extend-expect';
55
import { server } from './app/network-requests/__tests__/test-utils';
66

7-
// Silence the warning: Animated: `useNativeDriver` is not supported because the native animated module is missing
8-
jest.mock('react-native/Libraries/Animated/NativeAnimatedHelper');
9-
107
// Enable API mocking via Mock Service Worker (MSW)
118
beforeAll(() => server.listen());
129

examples/cookbook/package.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -11,29 +11,29 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"expo": "^52.0.0-preview.13",
15-
"expo-constants": "~17.0.1",
16-
"expo-linking": "~7.0.1",
17-
"expo-router": "~4.0.0-preview.1",
18-
"expo-splash-screen": "~0.28.2",
14+
"expo": "^52.0.11",
15+
"expo-constants": "~17.0.3",
16+
"expo-linking": "~7.0.3",
17+
"expo-router": "~4.0.9",
18+
"expo-splash-screen": "~0.29.13",
1919
"expo-status-bar": "~2.0.0",
2020
"jotai": "^2.8.4",
2121
"nanoid": "^3.3.7",
2222
"react": "18.3.1",
2323
"react-dom": "18.3.1",
24-
"react-native": "0.74.5",
24+
"react-native": "0.76.3",
2525
"react-native-get-random-values": "~1.11.0",
26-
"react-native-safe-area-context": "4.11.0",
27-
"react-native-screens": "4.0.0-beta.14",
26+
"react-native-safe-area-context": "4.12.0",
27+
"react-native-screens": "~4.1.0",
2828
"react-native-web": "~0.19.13"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.20.0",
32-
"@expo/metro-runtime": "~4.0.0-preview.0",
32+
"@expo/metro-runtime": "~4.0.0",
3333
"@testing-library/react-native": "^12.8.1",
3434
"@types/eslint": "^8.56.10",
3535
"@types/jest": "^29.5.12",
36-
"@types/react": "~18.2.45",
36+
"@types/react": "~18.3.12",
3737
"@types/react-native-get-random-values": "^1",
3838
"eslint": "^8.57.0",
3939
"jest": "^29.7.0",

0 commit comments

Comments
 (0)