remove polling && use subscription mastercard status & change end point
Showing
... | ... | @@ -10,10 +10,20 @@ |
"lint": "eslint ." | ||
}, | ||
"dependencies": { | ||
"@apollo/react-components": "^3.1.1", | ||
"@apollo/react-hoc": "^3.1.1", | ||
"@apollo/react-hooks": "^3.1.1", | ||
"@eva-design/eva": "^1.0.1", | ||
"@react-native-community/async-storage": "^1.6.1", | ||
"apollo-boost": "^0.4.4", | ||
"apollo-cache-inmemory": "^1.6.3", | ||
"apollo-client": "^2.6.4", | ||
"apollo-link": "^1.2.13", | ||
"apollo-link-context": "^1.0.19", | ||
"apollo-link-error": "^1.1.12", | ||
"apollo-link-http": "^1.5.16", | ||
"apollo-link-ws": "^1.0.19", | ||
"apollo-utilities": "^1.3.2", | ||
"axios": "^0.19.0", | ||
"date-fns": "^1.30.1", | ||
"firebase": "^6.5.0", | ||
... | ... | @@ -53,7 +63,8 @@ |
"redux": "^4.0.4", | ||
"redux-form": "^8.2.4", | ||
"redux-logger": "^3.0.6", | ||
"redux-thunk": "^2.3.0" | ||
"redux-thunk": "^2.3.0", | ||
"subscriptions-transport-ws": "^0.9.16" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.5.5", | ||
... | ... |
Please
register
or
sign in
to comment