You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
use FullWindowOverlay from react-native-screens to display notifier above native modals (e72e1e8)
allow to pass ref into NotifierWrapper component (4bff0bb)
export QueueMode and ShowNotificationParams types (6c598c1)
BREAKING CHANGES
Touchable* and Pressable components imported from react-native will not work in custom components. They need to be replaced with equivalent components from react-native-gesture-handler.