enesozturk / rn-swipeable-panel

Zero dependency swipeable bottom panel for React Native 📱
MIT License
970 stars 143 forks source link

Full Screen Panel #118

Closed Rohan-Rajesh closed 2 years ago

Rohan-Rajesh commented 2 years ago

Hi, I'm using this package in my project for many things, one of which is the functionality to write a review, I want to make the panel full screen i.e have a height of 100%, I tried using smallPanelHeight={Dimensions.get("screen").height} and onlySmall: true, but this does not work and opens the panel to about 70% of the screen, any fixes? Thanks