Closed pedrogarciyalopez closed 1 year ago
@pedrogarciyalopez unfortunately not...
The countries modal works as a bottom sheet only (or full page setting the height
props to 100%
). Its the actual behavior, sorry..
🚀 AstrOOnauta 🚀
@AstrOOnauta thank you for quick reply.
If someone needs to do the same thing, I found a simple solution. I just set the margin: 'auto' in the styles of the modal window. We need this because we are using react-native-web, and on the desktop, all our modal windows are centered on the screen.
modal: {
padding: 25,
paddingBottom: 0,
borderRadius: 15,
margin: 'auto',
}
Hello. thank you for awesome lib! Is there a way to center the modal on the screen? How can i do that?