diff --git a/app.json b/app.json index 85491fe..97513d9 100644 --- a/app.json +++ b/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": { diff --git a/screeens/Stream/FeedStream/index.jsx b/screeens/Stream/FeedStream/index.jsx index 8f19119..990e179 100644 --- a/screeens/Stream/FeedStream/index.jsx +++ b/screeens/Stream/FeedStream/index.jsx @@ -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(""); diff --git a/screeens/StreamerProfile/index.jsx b/screeens/StreamerProfile/index.jsx index f5d1501..dd44ddd 100644 --- a/screeens/StreamerProfile/index.jsx +++ b/screeens/StreamerProfile/index.jsx @@ -246,6 +246,7 @@ export default function StreamerProfile({ navigation, route }) { setImagesVisible(false)} index={imageIndex} loadingRender={() => }