Merge commit '87129c6815233ea6e42575b83a26c0a2c34a6e5c'

This commit is contained in:
harukin-OneMix4
2024-01-09 18:21:41 +09:00
5 changed files with 30 additions and 19 deletions

View File

@@ -1,5 +1,5 @@
import React, { useState, useEffect } from "react";
import { View, Linking, Text, TouchableOpacity } from "react-native";
import { View, Linking, Text, TouchableOpacity, Platform } from "react-native";
import AutoHeightImage from "react-native-auto-height-image";
import { FontAwesome, Foundation, Ionicons } from "@expo/vector-icons";
import ActionSheet from "react-native-actions-sheet";
@@ -45,7 +45,7 @@ export const StationDeteilView = (props) => {
? getPDFViewURL(currentStation[0].StationTimeTable)
: currentStation[0].StationTimeTable);
return (
<ActionSheet gestureEnabled CustomHeaderComponent={<></>}>
<ActionSheet gestureEnabled CustomHeaderComponent={<></>} isModal={false}>
<View
key={currentStation}
style={{