This commit is contained in:
Philip Cesar Garay
2025-09-09 18:16:30 +08:00
parent 11f65023b7
commit f007b1f213
39 changed files with 230 additions and 197 deletions
+5 -5
View File
@@ -57,7 +57,7 @@ const ChangeEmailAddress = () => {
try {
const credential = firebase.auth.EmailAuthProvider.credential(
user.email,
currentPassword,
currentPassword
);
await user.reauthenticateWithCredential(credential);
} catch (reauthErr) {
@@ -96,7 +96,7 @@ const ChangeEmailAddress = () => {
>
<View style={{ flex: 1, marginTop: responsiveHeight(2) }}>
<BlurView
intensity={20}
intensity={Platform.OS !== "ios" ? 10 : 20}
style={{
paddingHorizontal: 20,
paddingVertical: 23,
@@ -104,9 +104,9 @@ const ChangeEmailAddress = () => {
overflow: "hidden",
backgroundColor: Palette.glass,
}}
experimentalBlurMethod={
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
}
// experimentalBlurMethod={
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
// }
>
<EditInput
placeholder="Adresse mail"