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
@@ -195,16 +195,16 @@ const CommentsBottomSheet = () => {
}}
>
<BlurView
intensity={20}
intensity={Platform.OS !== "ios" ? 10 : 20}
style={{
flex: 1,
backgroundColor: Palette.glass,
borderTopLeftRadius: 16,
borderTopRightRadius: 16,
}}
experimentalBlurMethod={
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
}
// experimentalBlurMethod={
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
// }
>
<View style={{ paddingTop: 10, paddingBottom: 8 }}>
<Pressable
@@ -322,7 +322,7 @@ const CommentsBottomSheet = () => {
{/* INPUT en bas du contenu */}
<View style={{ height: 12 }} />
<BlurView
intensity={20}
intensity={Platform.OS !== "ios" ? 10 : 20}
style={{
flexDirection: "row",
alignItems: "center",
@@ -333,9 +333,9 @@ const CommentsBottomSheet = () => {
height: 54,
borderRadius: 16,
}}
experimentalBlurMethod={
Platform.OS !== "ios" ? "dimezisBlurView" : "none"
}
// experimentalBlurMethod={
// Platform.OS !== "ios" ? "dimezisBlurView" : "none"
// }
>
<TextInput
placeholder="Ajouter un commentaire"