删除ImageViewer组件长按的菜单
This commit is contained in:
parent
88816ce53e
commit
85eae261af
2
app.json
2
app.json
|
@ -2,7 +2,7 @@
|
|||
"expo": {
|
||||
"name": "铁粉空间",
|
||||
"slug": "ironfans",
|
||||
"version": "1.1.1",
|
||||
"version": "1.1.2",
|
||||
"orientation": "portrait",
|
||||
"icon": "./assets/icon.png",
|
||||
"splash": {
|
||||
|
|
|
@ -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("");
|
||||
|
|
|
@ -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" />}
|
||||
|
|
Loading…
Reference in New Issue