Merge commit 'de172e9a39bc17bac609afba588e9e9fc182f836' into feature/widget-config
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user