We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237541c commit 5ffd859Copy full SHA for 5ffd859
package.json
@@ -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