お気に入り画面を仮作成
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user