solana-mobile/Minty-fresh

bottomsheet code should move to MyMintsScreen

Closed this issue · 1 comments

This shouldnt reside on top level app where its only used for MyMints screen.
Instead it could be a param to the screen and you can hide/show the state based on that.

As per UI the bottomsheet is drawn on top of the bottomNavbar and hence above the Scaffold layer.
So it needs to be in the top layer