Replacing SafeAreaView in React Native with SafeAreaProvider
๐ Introduction
If youโre just starting out with React Native, you might notice that SafeAreaView from react-native is now deprecated.
So, what should we use instead?The answer is ๐ react-native-safe-area-context.
This library gives us a SafeAreaPro...
reactnative-guide.hashnode.dev2 min read