changes to create build and generate apk
Showing
... | ... | @@ -11,6 +11,7 @@ |
}, | ||
"dependencies": { | ||
"@react-native-firebase/app": "^17.3.0", | ||
"@react-native-firebase/auth": "^17.3.1", | ||
"@react-native-google-signin/google-signin": "^9.0.2", | ||
"@react-navigation/native": "^6.1.3", | ||
"@react-navigation/native-stack": "^6.9.9", | ||
... | ... | @@ -19,6 +20,8 @@ |
"react-devtools": "^4.27.2", | ||
"react-native": "0.71.1", | ||
"react-native-axios": "^0.17.1", | ||
"react-native-fbsdk-next": "^11.1.0", | ||
"react-native-linear-gradient": "^2.6.2", | ||
"react-native-safe-area-context": "^4.5.0", | ||
"react-native-screens": "^3.19.0", | ||
"react-native-vector-icons": "^9.2.0", | ||
... | ... |
src/components/CartIcon.js
0 → 100644
src/reducers/cartReducer.js
0 → 100644
src/reducers/reducers.js
0 → 100644
Please register or sign in to comment