Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f8a0d44

Browse files
committedJan 3, 2025·
chore: update examples
1 parent 9d997c3 commit f8a0d44

File tree

4 files changed

+599
-525
lines changed

4 files changed

+599
-525
lines changed
 

‎examples/basic/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,16 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"expo": "^52.0.11",
14+
"expo": "^52.0.23",
1515
"expo-status-bar": "~2.0.0",
1616
"react": "18.3.1",
1717
"react-dom": "18.3.1",
18-
"react-native": "0.76.3",
18+
"react-native": "0.76.5",
1919
"react-native-web": "~0.19.13"
2020
},
2121
"devDependencies": {
2222
"@babel/core": "^7.24.0",
23-
"@testing-library/react-native": "^13.0.0-rc.0",
23+
"@testing-library/react-native": "^13.0.0",
2424
"@types/eslint": "^8.56.10",
2525
"@types/jest": "^29.5.12",
2626
"@types/react": "~18.3.12",

‎examples/basic/yarn.lock

Lines changed: 194 additions & 185 deletions
Large diffs are not rendered by default.

‎examples/cookbook/package.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -11,26 +11,26 @@
1111
"typecheck": "tsc --noEmit"
1212
},
1313
"dependencies": {
14-
"expo": "^52.0.11",
14+
"expo": "^52.0.23",
1515
"expo-constants": "~17.0.3",
1616
"expo-linking": "~7.0.3",
17-
"expo-router": "~4.0.9",
18-
"expo-splash-screen": "~0.29.13",
17+
"expo-router": "~4.0.15",
18+
"expo-splash-screen": "~0.29.18",
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.76.3",
24+
"react-native": "0.76.5",
2525
"react-native-get-random-values": "~1.11.0",
2626
"react-native-safe-area-context": "4.12.0",
27-
"react-native-screens": "~4.1.0",
27+
"react-native-screens": "~4.4.0",
2828
"react-native-web": "~0.19.13"
2929
},
3030
"devDependencies": {
3131
"@babel/core": "^7.20.0",
3232
"@expo/metro-runtime": "~4.0.0",
33-
"@testing-library/react-native": "^13.0.0-rc.0",
33+
"@testing-library/react-native": "^13.0.0",
3434
"@types/eslint": "^8.56.10",
3535
"@types/jest": "^29.5.12",
3636
"@types/react": "~18.3.12",

‎examples/cookbook/yarn.lock

Lines changed: 396 additions & 331 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.