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
Built-in components will not work correctly on iOS 10. Since React Native v0.65 and above only support iOS 11 and later, this should not be a problem. If you need iOS 10 support, use SafeAreaView from react-native-safe-area-context as the component container.
useRNScreensOverlay and rnScreensOverlayViewStyle do not work as showNotification params. Pass them as props to NotifierRoot or NotifierWrapper
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.