@@ -2110,6 +2110,7 @@ const ChatScreen = ({ route }: { route: any }) => {
<ReactModal
isVisible={isModalVisible}
onBackdropPress={handleBackgroundPress}
+ onBackButtonPress={handleBackgroundPress}
style={styles.reactModalContainer}
animationIn="fadeIn"
animationOut="fadeOut"
@@ -17,6 +17,7 @@ const EmojiSelectorModal: React.FC<EmojiSelectorModalProps> = ({
}) => (
<ActionSheet
id="emoji-selector"
+ closeOnPressBack={true}
gestureEnabled={true}
containerStyle={{
borderTopLeftRadius: 15,
@@ -2427,6 +2427,7 @@ const GroupChatScreen = ({ route }: { route: any }) => {