react nativa base64 to encode basic authentication with axios
Showing
... | @@ -24,6 +24,7 @@ | ... | @@ -24,6 +24,7 @@ |
"expo-status-bar": "~1.11.1", | "expo-status-bar": "~1.11.1", | ||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-native": "0.73.6", | "react-native": "0.73.6", | ||
"react-native-base64": "^0.2.1", | |||
"react-native-safe-area-context": "4.8.2", | "react-native-safe-area-context": "4.8.2", | ||
"react-native-screens": "~3.29.0" | "react-native-screens": "~3.29.0" | ||
}, | }, | ||
... | @@ -31,6 +32,7 @@ | ... | @@ -31,6 +32,7 @@ |
"@babel/core": "^7.20.0", | "@babel/core": "^7.20.0", | ||
"@biomejs/biome": "1.7.1", | "@biomejs/biome": "1.7.1", | ||
"@types/react": "~18.2.45", | "@types/react": "~18.2.45", | ||
"@types/react-native-base64": "^0.2.2", | |||
"husky": "^9.0.11", | "husky": "^9.0.11", | ||
"lint-staged": "^15.2.2", | "lint-staged": "^15.2.2", | ||
"typescript": "^5.1.3" | "typescript": "^5.1.3" | ||
... | ... |
Please
register
or
sign in
to comment