{ "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios", "web": "expo start --web", "eject": "expo eject" }, "dependencies": { "expo": "^35.0.0", "react": "16.8.3", "react-dom": "^16.8.6", "react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz", "react-native-gesture-handler": "^1.3.0", "react-native-reanimated": "^1.2.0", "react-native-screens": "^1.0.0-alpha.23", "react-native-web": "^0.11.4", "react-navigation": "^4.0.6", "react-navigation-stack": "^1.7.3", "react-navigation-tabs": "^2.5.2" }, "devDependencies": { "babel-preset-expo": "^6.0.0" }, "private": true }