In [Expo SDK 54](https://expo.dev/changelog/sdk-54) React Native’s `SafeAreaView` component has been deprecated: use [react-native-safe-area-context](https://docs.expo.dev/versions/latest/sdk/safe-area-context/) When I run `npx expo-doctor` I am getting: Found duplicates for react-native-safe-area-context: ├─ react-native-safe-area-context@5.6.1 (at: node_modules\react-native-safe-area-context) └─ react-native-safe-area-context@4.5.0 (at: node_modules\react-native-calendars\node_modules\react-native-safe-area-context) Can you update react-native-safe-area-context to 5.6.1?