triniwiz / nativescript-toasty

:bread: NativeScript toast plugin :bread:
Other
44 stars 21 forks source link

Fixes #29, show ios top toasts in safe area #30

Closed armpogart closed 5 years ago

armpogart commented 5 years ago

Latest pod scalessec/Toast v4.0 fixes issue, when top positioned toast is shown under notch.

I haven't checked whether everything runs correctly, or there is any other changes needed after updating ios library, but in my simple use case:

new Toasty({text: 'Удалено из избранных', position: ToastPosition.TOP}).show();

this update fixes safe area behavior and everything works.