Skip to content

Commit 5d276a9

Browse files
committed
add expo web to example
1 parent 77010b6 commit 5d276a9

File tree

2 files changed

+453
-9
lines changed

2 files changed

+453
-9
lines changed

example/package.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,17 +7,22 @@
77
"start": "expo start",
88
"android": "expo start --android",
99
"ios": "expo start --ios",
10+
"web": "expo start --web",
1011
"doctor": "npx expo-doctor"
1112
},
1213
"dependencies": {
1314
"expo": "~54.0.30",
1415
"react": "19.1.0",
16+
"react-dom": "19.1.0",
1517
"react-native": "0.81.5",
1618
"react-native-safe-area-context": "5.6.2",
17-
"react-native-thumbnail-selector": "5.3.0"
19+
"react-native-thumbnail-selector": "5.3.0",
20+
"react-native-web": "^0.21.0"
1821
},
1922
"devDependencies": {
2023
"@types/react": "19.1.10",
24+
"@types/react-dom": "^19",
25+
"@types/react-native-web": "^0",
2126
"expo-doctor": "1.17.11",
2227
"typescript": "5.9.3"
2328
},

0 commit comments

Comments
 (0)