"main": "node_modules/expo/AppEntry.js",
"android": "expo start --android",
"ios": "expo start --ios",
"web": "expo start --web",
"lint": "eslint './**/*.{ts,tsx}'"
"native-base": "^2.13.8",
"react-native": "https://github.com/expo/react-native/archive/sdk-35.0.0.tar.gz",
"react-native-flash-message": "^0.1.13",
"react-native-gesture-handler": "~1.3.0",
"react-native-reanimated": "~1.2.0",
"react-native-size-matters": "^0.2.1",
"react-navigation": "^4.0.10",
"react-navigation-drawer": "^2.3.3",
"react-navigation-stack": "^1.10.3",
"react-navigation-tabs": "^2.6.2",
"reanimated-bottom-sheet": "^1.0.0-alpha.13",
"react-native-screens": "~1.0.0-alpha.23",
"expo-web-browser": "~7.0.1"
"@types/react": "^16.8.19",
"@types/react-native": "^0.57.60",
"@typescript-eslint/eslint-plugin": "^1.12.0",
"@typescript-eslint/parser": "^1.12.0",
"babel-preset-expo": "^5.1.1",
"eslint-config-prettier": "^6.0.0",
"eslint-config-react": "^1.1.7",
"eslint-plugin-prettier": "^3.1.0",
"eslint-plugin-react": "^7.14.3",