react-native-reanimated-bottom-sheet icon indicating copy to clipboard operation
react-native-reanimated-bottom-sheet copied to clipboard

Border radius does not work when enabledInnerScrolling is set to false

Open harsh253 opened this issue 4 years ago • 2 comments

harsh253 avatar Feb 14 '21 08:02 harsh253

This is how I am using the bottom sheet

<BottomSheet ref={sheetRef} snapPoints={[400, 0, 0]} borderRadius={10} renderContent={renderContent} initialSnap={2} enabledInnerScrolling={false} />

When I remove the enabledInnerScrolling prop , I can see the borderRadius but when its value is set to false, the borderRadius vanishes.

harsh253 avatar Feb 14 '21 08:02 harsh253

im having similar issues

moe12572 avatar Apr 16 '21 18:04 moe12572