{ "name": "stackexample", "version": "0.0.1", "private": true, "main": "node_modules/expo/AppEntry.js", "scripts": { "start": "expo start", "android": "expo start --android", "ios": "expo start --ios" }, "dependencies": { "@react-navigation/core": "3.4.1", "@react-navigation/native": "^3.4.1", "expo": "^33.0.5", "expo-asset": "^5.0.1", "expo-constants": "~5.0.1", "hoist-non-react-statics": "^3.3.0", "react": "16.8.3", "react-native": "https://github.com/expo/react-native/archive/sdk-33.0.0.tar.gz", "react-native-paper": "^2.15.2", "react-navigation-drawer": "^1.2.1", "react-navigation-tabs": "*" }, "devDependencies": { "babel-plugin-module-resolver": "^3.2.0" }, "resolutions": { "react-native-safe-area-view": "0.14.5" } }