Skip to content

Commit 5ffd859

Browse files
Add files via upload
1 parent 237541c commit 5ffd859

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"main": "node_modules/expo/AppEntry.js",
3+
"scripts": {
4+
"start": "expo start",
5+
"android": "expo start --android",
6+
"ios": "expo start --ios",
7+
"web": "expo start --web",
8+
"eject": "expo eject"
9+
},
10+
"dependencies": {
11+
"expo": "~42.0.1",
12+
"expo-constants": "^12.1.3",
13+
"expo-status-bar": "~1.0.4",
14+
"react": "16.13.1",
15+
"react-dom": "16.13.1",
16+
"react-native": "https://github.com/expo/react-native/archive/sdk-42.0.0.tar.gz",
17+
"react-native-web": "~0.13.12",
18+
"react-refresh": "^0.8.3",
19+
"react-native-gesture-handler": "~1.10.2"
20+
},
21+
"devDependencies": {
22+
"@babel/core": "~7.9.0"
23+
},
24+
"private": true
25+
}

0 commit comments

Comments
 (0)