CSSの調整
This commit is contained in:
@@ -185,11 +185,7 @@ export default function TrainMenu({ stationData, style }) {
|
||||
</UsefulBox>
|
||||
</View>
|
||||
)}
|
||||
<MapsButton
|
||||
onPress={() => navigate("Apps")}
|
||||
top={Platform.OS == "ios" ? Constants.statusBarHeight : 0}
|
||||
mapSwitch={"flex"}
|
||||
/>
|
||||
<MapsButton onPress={() => navigate("Apps")} top={0} mapSwitch={"flex"} />
|
||||
</View>
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user