横幅をとれていないバグを修正

This commit is contained in:
harukin-OneMix4 2024-02-11 21:32:06 +09:00
parent 17602751d6
commit 38052abd30

View File

@ -313,7 +313,7 @@ export default function Apps({ navigation, webview, stationData }) {
stationData={stationData} stationData={stationData}
navigation={{ navigate: null }} navigation={{ navigate: null }}
style={{ style={{
width: wp("40%"), width: (width / 100) * 40,
height: "100%", height: "100%",
flexDirection: "column-reverse", flexDirection: "column-reverse",
}} }}