This commit is contained in:
2025-10-24 11:12:19 +02:00
parent 2839aa3ae8
commit 702e989128
12 changed files with 46 additions and 16 deletions
+3 -7
View File
@@ -354,11 +354,7 @@ const ShareModal = ({ payload }) => {
return (
<AppActionSheet id="Share" webModal={isWeb} onClose={closeSheet}>
{isWeb ? (
<View
ref={modalRef}
collapsable={false}
style={styles.webContainer}
>
<View ref={modalRef} collapsable={false} style={styles.webContainer}>
<View style={styles.webHeader}>
<Text style={styles.webHeading}>{heading}</Text>
<Pressable
@@ -394,13 +390,13 @@ const ShareModal = ({ payload }) => {
</Text>
</Pressable>
<Pressable
{/* <Pressable
onPress={onSystemShare}
style={[styles.webActionButton, styles.webSecondaryButton]}
>
<Feather name="share-2" size={16} color={Palette.white} />
<Text style={styles.webActionLabel}>Partager</Text>
</Pressable>
</Pressable> */}
</View>
</View>