react-native-awesome-alerts
react-native-awesome-alerts copied to clipboard
screen resize issues
it has issues with when resizing the browser, making it large than the original load size
the background fill doesn't cover the whole screen
I have a solution on this. Just set the height and width of the overlay section, on styles.js, to 100% instead of the H&W from Dimensions.get('window');
But statusbar is not covering.
I have a solution on this. Just set the height and width of the overlay section, on
styles.js, to 100% instead of the H&W fromDimensions.get('window');
uhm... not tested on a mobile device yet, but as far as I've tried, these are the results
the code:
https://github.com/rishabhbhatia/react-native-awesome-alerts/assets/39643264/4f333903-97b8-4038-826a-096aacd498fe
https://github.com/rishabhbhatia/react-native-awesome-alerts/assets/39643264/cb33a2c4-7241-44a9-89f3-27f0a205d42c
https://github.com/rishabhbhatia/react-native-awesome-alerts/assets/39643264/612cb9f8-ec19-4c13-9d4a-4b4b388b4a3b
If this can help, I'm happy to share the solution
Obviously the last video indicates the problem ... 😂