fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user