React-native-reanimated-bottom-sheet: Some gap between RenderHeader and RenderInner

Created on 11 Aug 2020  路  3Comments  路  Source: osdnk/react-native-reanimated-bottom-sheet

Though I kept RenderInner height 100%..down the renderheader I can see a transparent line..if we scroll it's visible..how can I disable ..I want all my BottomSheet to be in white color

Most helpful comment

displayed only on android devices for dev & release versions as well
fixed with adding top: 1 to header style container

All 3 comments

displayed only on android devices for dev & release versions as well
fixed with adding top: 1 to header style container

Thank you a lot..I will check once .

@ruslan-hontar thanks, your solution worked :relaxed:

Was this page helpful?
0 / 5 - 0 ratings