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

@@ -101,13 +101,6 @@ export default {
paddingTop: 10
},
/**
* A view that contains the field and hint box.
*/
joinControls: {
padding: BoxModel.padding
},
messageContainer: {
backgroundColor: BaseTheme.palette.ui03,
borderRadius: BaseTheme.shape.borderRadius,
@@ -149,7 +142,7 @@ export default {
roomContainer: {
alignSelf: 'stretch',
flexDirection: 'column',
marginHorizontal: BaseTheme.spacing[2]
padding: BaseTheme.spacing[3]
},
/**