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
feat(SafeAreaView): map SafeAreaView to plain View
React Native 0.50 introduces the SafeAreaView, which is iOS-specific and particularly useful for iPhone X. We do the same for Windows as is done for Android, mapping it to a plain View component.
0 commit comments