説明文など微調整

This commit is contained in:
harukin-expo-dev-env
2024-04-05 07:06:38 +00:00
parent 014f3958eb
commit 1435ccffca
5 changed files with 61 additions and 28 deletions

View File

@@ -58,6 +58,15 @@ export const FavoriteSettings = ({ navigate }) => {
/>
))}
</ScrollView>
<Text
style={{
backgroundColor: "white",
borderWidth: 1,
borderStyle: "solid",
}}
>
お気に入り登録した駅を並び替えることができます一番上に置いた駅が位置情報の起動時に表示されます(移動不可能な駅の場合エラーが発生します任意指定が可能になる機能を開発予定です)
</Text>
</View>
);
};