react-native-web-modal
react-native-web-modal copied to clipboard
Add support for styling aria modal
Hello, I would like to add alignItems: 'center' to get the modal centered on the web while attached with bottom position.
This would be possible if I could set it on <div aria-modal="true" /> at the very top.
I'll now have a look this how this can be implemented.