お気に入り画面を仮作成

This commit is contained in:
harukin-expo-dev-env
2024-03-28 11:37:24 +00:00
parent aa7c57a848
commit 95bf504a00
3 changed files with 198 additions and 1 deletions

View File

@@ -114,7 +114,10 @@ export const SettingTopPage = ({
</View>
<View style={{ flex: 1, borderTopWidth: 1, borderColor: "gray" }}>
<ListItem style={{ flexDirection: "row" }} onPress={() => {}}>
<ListItem
style={{ flexDirection: "row" }}
onPress={() => navigate("FavoriteSettings")}
>
<Text
style={{
fontSize: 20,