Merge branch 'PBI-3-revision_and_integrate_with_checkout_api' into 'staging'
Revise choose plan logic and integrate with checkout API See merge request !27
... | ... | @@ -14,7 +14,7 @@ |
"prepare": "husky install" | ||
}, | ||
"dependencies": { | ||
"@react-native-community/async-storage": "^1.12.1", | ||
"@react-native-async-storage/async-storage": "^1.15.3", | ||
"@react-native-community/masked-view": "^0.1.10", | ||
"@react-navigation/native": "^5.9.3", | ||
"@react-navigation/stack": "^5.14.3", | ||
... | ... | @@ -23,7 +23,6 @@ |
"formik": "^2.2.6", | ||
"react": "16.13.1", | ||
"react-native": "0.63.4", | ||
"react-native-button": "^3.0.1", | ||
"react-native-elements": "^3.3.2", | ||
"react-native-fullwidth-image": "^0.1.3", | ||
"react-native-gesture-handler": "^1.10.3", | ||
... | ... |
File moved