After upgrading to Expo 54 I'm getting the following warning:
SafeAreaView has been deprecated and will be removed in a future release. Please use 'react-native-safe-area-context' instead. See https://github.com/th3rdwave/react-native-safe-area-context
The only package that still uses SafeAreaView in my project is react-native-dropdownalert. Would be great if you could migrate to react-native-safe-area-context.
After upgrading to Expo 54 I'm getting the following warning:
The only package that still uses
SafeAreaViewin my project is react-native-dropdownalert. Would be great if you could migrate to react-native-safe-area-context.