feat(react-native): rn 0.72.7 update (#14130)

feat(react-native): version 0.72.7 update
This commit is contained in:
Calinteodor
2024-01-09 15:16:51 +02:00
committed by GitHub
parent fcdc2f500d
commit 90628f56f8
21 changed files with 5031 additions and 3538 deletions

View File

@@ -167,7 +167,7 @@ const Prejoin: React.FC<IPrejoinProps> = ({ navigation }: IPrejoinProps) => {
<BrandingImageBackground />
{
isFocused
&& <View style = { largeVideoContainerStyles }>
&& <View style = { largeVideoContainerStyles as StyleProp<ViewStyle> }>
<View style = { styles.displayRoomNameBackdrop as StyleProp<TextStyle> }>
<Text
numberOfLines = { 1 }