dep(react-native): replace future deprecated SafeAreaView component (#16726)

* Replaced with react-native-safe-area-context component and fixed types around edges prop.
This commit is contained in:
Calinteodor
2025-12-02 16:34:57 +02:00
committed by GitHub
parent 854a077684
commit 93ef2337ae
14 changed files with 73 additions and 73 deletions

View File

@@ -115,8 +115,6 @@ const ProfileView = ({ isInWelcomePage }: {
<JitsiScreen
disableForcedKeyboardDismiss = { true }
hasBottomTextInput = { true }
// @ts-ignore
safeAreaInsets = { [ !isInWelcomePage && 'bottom', 'left', 'right' ].filter(Boolean) as Edge[] }
style = { styles.settingsViewContainer }>
<ScrollView