|
@@ -2427,6 +2427,7 @@ const GroupChatScreen = ({ route }: { route: any }) => {
|
|
<ReactModal
|
|
<ReactModal
|
|
isVisible={isModalVisible}
|
|
isVisible={isModalVisible}
|
|
onBackdropPress={handleBackgroundPress}
|
|
onBackdropPress={handleBackgroundPress}
|
|
|
|
+ onBackButtonPress={handleBackgroundPress}
|
|
style={styles.reactModalContainer}
|
|
style={styles.reactModalContainer}
|
|
animationIn="fadeIn"
|
|
animationIn="fadeIn"
|
|
animationOut="fadeOut"
|
|
animationOut="fadeOut"
|