Closed g7i closed 1 year ago
@g7i Thanks for reporting this. Could you please provide some extra info: Which version of Android are you using and do you also see this on iOS? Thanks!
@g7i The solution is to set useSafeArea: true
along with immersive: false
. That should give you the desired result. Closing this ticket.
The close button in the top right corner touches the status bar when setting
immersive: false
. It is shown fine withimmersive: true
. Either provide an option to customize it or handle this in the package itself. Thanks....