删除ImageViewer组件长按的菜单

This commit is contained in:
yezian 2024-01-02 21:21:56 +08:00
parent 88816ce53e
commit 85eae261af
3 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
"expo": {
"name": "铁粉空间",
"slug": "ironfans",
"version": "1.1.1",
"version": "1.1.2",
"orientation": "portrait",
"icon": "./assets/icon.png",
"splash": {

View File

@ -14,7 +14,6 @@ import baseRequest from "../../../utils/baseRequest";
import Toast from "react-native-toast-message";
import { generateSignature } from "../../../utils/crypto";
import { FlashList } from "@shopify/flash-list";
import { Icon } from "@rneui/themed";
import { Svg, Path } from "react-native-svg";
export const FeedShowVideoContext = createContext("");

View File

@ -246,6 +246,7 @@ export default function StreamerProfile({ navigation, route }) {
<ImageViewer
imageUrls={imagesForImageViewer}
enableSwipeDown
saveToLocalByLongPress={false}
onSwipeDown={() => setImagesVisible(false)}
index={imageIndex}
loadingRender={() => <ActivityIndicator size="large" />}