In Example/src/App.tsx, the import of SafeAreaView is done directly from the react-native package, which is long been deprecated in favor of importing react-native-safe-area-context.
Although it's only an example file, it shouldn't lead people into using a deprecated import.
In Example/src/App.tsx, the import of SafeAreaView is done directly from the react-native package, which is long been deprecated in favor of importing react-native-safe-area-context.
Although it's only an example file, it shouldn't lead people into using a deprecated import.