AlertToast
AlertToast copied to clipboard
Make `AlertToastModifier.screen` work on visionOS
This makes the library compile and work on visionOS.
I'm not 100% sure if (UIApplication.shared.connectedScenes.first as? UIWindowScene)?.coordinateSpace.bounds ?? .zero is the best possible approach, but it scratched my own itch, so please let me know if you have any objections.