Skip to content

enabledGestureInteraction Prop #383

@tnoct

Description

@tnoct

enabledGestureInteraction is not working in Android as i swipe the sheet downward.

<>
<View
style={{
flex: 1,
backgroundColor: 'papayawhip',
alignItems: 'center',
justifyContent: 'center',
}}>
<Button
title="Open Bottom Sheet"
onPress={() => sheetRef.current.snapTo(1)}
/>

<BottomSheet
ref={sheetRef}
snapPoints={[450, 300, 0]}
initialSnap={2}
borderRadius={20}
callbackNode={fall}
// enabledContentGestureInteraction={true}
enabledGestureInteraction={true}
renderContent={renderContent}
// renderHeader={}
/>
`</>```

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions