import { View, TouchableOpacity, Linking } from "react-native"; import AutoHeightImage from "react-native-auto-height-image"; import { widthPercentageToDP as wp } from "react-native-responsive-screen"; export const TitleBar = () => { return ( Linking.openURL("https://www.jr-shikoku.co.jp")} > ); };