Built With
Technologies used to build coinbase clone app
{
"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",
"lint": "eslint './**/*.{ts,tsx}'"
},
"dependencies": {
"expo": "^35.0.0",
"expo-sms": "~7.0.0",
"lodash": "^4.17.14",
"moment": "^2.24.0",
"native-base": "^2.13.8",
"numeral": "^2.0.6",
"react": "16.8.3",
"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"
},
"devDependencies": {
"@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": "^6.0.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",
"prettier": "^1.18.2",
"typescript": "^3.4.5"
},
"private": true
}
State Management and Containers

Last updated