<PressableOpacity onPress={() => { AlertDialog.dismiss() }} style={{ height: responsiveHeight(40), width: responsiveWidth(100), justifyContent: 'center', alignItems: 'center', marginHorizontal: 5, borderRadius: 100, borderWidth: 1, borderColor: '#A585C9', }}><CText style={{ fontSize: 14, fontFamily: Fonts.semiBoldRaleway, color: '#A585C9', }}> {props.cancelText ? props.cancelText : "Vazgeç"}</CText></PressableOpacity>
After clicking the give up button, the swipe list on the back remains open.How can I close the swipe list after pressing give up?What should I write in onPress