From db29f4c15d0ecfcdf26746d8aa663cf049b26416 Mon Sep 17 00:00:00 2001 From: harukin-DeskMini Date: Wed, 29 Jun 2022 21:43:00 +0900 Subject: [PATCH] fix icon and statusbar bug --- App.js | 2 +- Apps.js | 4 ++-- menu.js | 4 ++-- ndView.js | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/App.js b/App.js index 766f753..ee02b4e 100644 --- a/App.js +++ b/App.js @@ -28,7 +28,7 @@ export default function App(){ (),}}/> - (),}}/> + (),}}/> (),}}/> diff --git a/Apps.js b/Apps.js index 4ef2f0c..0ca6d32 100644 --- a/Apps.js +++ b/Apps.js @@ -1,5 +1,5 @@ import React, { useEffect, useRef, useState } from 'react'; -import {View, Platform, ToastAndroid} from 'react-native'; +import {View, Platform,ToastAndroid} from 'react-native'; import {WebView} from 'react-native-webview'; import Constants from 'expo-constants'; import AsyncStorage from '@react-native-async-storage/async-storage'; @@ -716,7 +716,7 @@ const injectJavascriptData = bootData+trainIconMaker+textInsert; },[]) return ( - + {/* {Status} */} + {Status} Linking.openURL("https://www.jr-shikoku.co.jp")}> diff --git a/ndView.js b/ndView.js index 5deb2e3..a585ac2 100644 --- a/ndView.js +++ b/ndView.js @@ -1,11 +1,11 @@ import React, { Component } from 'react'; -import { StatusBar,View,Linking,Text} from 'react-native'; +import { StatusBar,View,Linking,Platform,Text} from 'react-native'; import {WebView} from 'react-native-webview'; import Constants from 'expo-constants'; import { TouchableOpacity } from 'react-native-gesture-handler'; export default function tndView () { return ( - +