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

Tabs inside RB Sheet not scrollable

Open 09user opened this issue 4 years ago • 1 comments

Hi,

I am using Tab navigator inside RB sheet. But I can't swipe between tabs. Tabs swipe is not working, inside sheet. Can you please suggest on this.

09user avatar Jul 10 '20 05:07 09user

  <RBSheet
    ref={taxSheetRef}
    height={300}
    openDuration={250}
    dragFromTopOnly={true} />

Add drag from top only.

mohammad-aaqib-sudo avatar Sep 30 '22 09:09 mohammad-aaqib-sudo