Merge commit 'de172e9a39bc17bac609afba588e9e9fc182f836' into feature/widget-config

This commit is contained in:
harukin-expo-dev-env
2024-04-01 12:41:53 +00:00
5 changed files with 226 additions and 4 deletions

View File

@@ -115,7 +115,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,
@@ -125,7 +128,7 @@ export const SettingTopPage = ({
textAlignVertical: "center",
}}
>
お気に入り登録の管理(工事中)
お気に入り登録の並び替え
</Text>
<View style={{ flex: 1 }} />
<Text