From 644f066c96fbb2782cf4eee54d1e31e61be03dec Mon Sep 17 00:00:00 2001 From: harukin-OneMix4 Date: Wed, 13 Dec 2023 20:13:01 +0900 Subject: [PATCH] =?UTF-8?q?http=E3=81=A7=E8=A1=A8=E7=A4=BA=E3=81=97?= =?UTF-8?q?=E3=81=A6=E3=81=84=E3=82=8B=E3=83=9A=E3=83=BC=E3=82=B8=E3=81=8C?= =?UTF-8?q?=E3=81=82=E3=81=A3=E3=81=9F=E3=81=AE=E3=82=92https=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=8F=9B=E3=81=99=E3=82=8B=E3=82=88=E3=81=86=E3=81=AB?= =?UTF-8?q?=E5=A4=89=E6=9B=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- App.js | 2 +- howto.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/App.js b/App.js index baa4ca8..55dd59e 100644 --- a/App.js +++ b/App.js @@ -38,8 +38,8 @@ export default function App() { useEffect(() => { UpdateAsync(); }, []); + const [favoriteStation, setFavoriteStation] = useState([]); - useEffect(() => { AS.getItem("favoriteStation") .then((d) => { diff --git a/howto.js b/howto.js index 57f0475..60209a1 100644 --- a/howto.js +++ b/howto.js @@ -4,10 +4,9 @@ import { StatusBar, View, TouchableOpacity, Text } from "react-native"; import { WebView } from "react-native-webview"; export default ({ navigation: { navigate }, route }) => { const { info, onExit = () => navigate("Apps") } = route.params; - return ( - +