Skip to content

enabledGestureInteraction Prop #383

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={}
/>
`</>```

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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