Skip to content

Commit 8e2d522

Browse files
committed
upgrade expo and react-native 0.79.2 in example
1 parent f4a192d commit 8e2d522

File tree

2 files changed

+566
-2010
lines changed

2 files changed

+566
-2010
lines changed

example/package.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,23 @@
22
"name": "thumbnailselectorexample",
33
"version": "1.0.0",
44
"main": "index.ts",
5+
"private": true,
56
"scripts": {
67
"start": "expo start",
78
"android": "expo start --android",
89
"ios": "expo start --ios",
910
"web": "expo start --web"
1011
},
1112
"dependencies": {
12-
"expo": "~52.0.17",
13-
"react": "18.3.1",
14-
"react-native": "0.76.3",
13+
"expo": "^53.0.9",
14+
"react": "19.0.0",
15+
"react-native": "0.79.2",
1516
"react-native-thumbnail-selector": "5.2.2"
1617
},
1718
"devDependencies": {
1819
"@babel/core": "^7.25.2",
19-
"@types/react": "~18.3.12",
20-
"typescript": "^5.3.3"
20+
"@types/react": "~19.0.10",
21+
"typescript": "~5.8.3"
2122
},
22-
"private": true,
23-
"packageManager": "yarn@4.5.1"
23+
"packageManager": "yarn@4.9.2"
2424
}

0 commit comments

Comments
 (0)