LNRSimpleNotifications v0.3.0 Release Notes

  • 🔄 Changed

    • LNRSimpleNotifications class renamed LNRNotificationManager.
    • LNRSimpleNotificationView class renamed LNRNotificationView.
    • LNRSimpleNotifications/LNRNotificationManager is no longer a singleton - you can create multiple notification managers, each with a different theme, to display notifications.
    • ⚡️ Sample project updated to demonstrate the use of two notification managers with different themes.