I am trying to make the bottom sheet touch the bottom of the screen rather than the bottom of the tab bar.
- Attempts to increase the z-index and position it further down are fruitless as the View will not overlap the bottom bar, it will always go behind it.
- I tried to wrap it in a Modal component, which fixes the alignment, but then you can not interact with the map.
CodePudding user response:
To create a custom bottom sheet. You can use this package
I have used this in many applications. This will resolve all of your issues. As this package is comfortable in iOS and android both.
CodePudding user response:
You can try the bottom sheet libraries which are present in react native. Few of which I have used is:
You can also check this out
