iOSのLEDボトム文字列が変な場所にある問題を修正

This commit is contained in:
harukin-OneMix4 2023-02-22 20:29:28 +09:00
parent 9959fbe5c9
commit 9d75186691

View File

@ -280,7 +280,7 @@ const Footer = ({
setFinalSwitch, setFinalSwitch,
}) => { }) => {
return ( return (
<View style={{ flexDirection: "row", padding: 10 }}> <View style={{ flexDirection: "row", padding: 10, alignItems: "center" }}>
<Text <Text
style={{ style={{
alignItems: "center", alignItems: "center",