diff --git a/Apps.js b/Apps.js index ddeee50..4ef2f0c 100644 --- a/Apps.js +++ b/Apps.js @@ -694,7 +694,7 @@ const injectJavascriptData = bootData+trainIconMaker+textInsert; useEffect(()=>{ AsyncStorage.getItem("status") .then(d=>{ - if(d != "2022/04/14"){ + if(d != "2022/06/11"){ navigate('news'); } }) diff --git a/app.json b/app.json index 521f50d..032a2e4 100644 --- a/app.json +++ b/app.json @@ -7,7 +7,7 @@ "ios", "android" ], - "version": "4.1", + "version": "4.2", "orientation": "portrait", "icon": "./assets/icon.png", "splash": { @@ -22,13 +22,13 @@ "**/*" ], "ios": { - "buildNumber": "19", + "buildNumber": "20", "supportsTablet": true, "bundleIdentifier": "jrshikokuinfo.xprocess.hrkn" }, "android": { "package": "jrshikokuinfo.xprocess.hrkn", - "versionCode": 12, + "versionCode": 14, "permissions": ["ACCESS_FINE_LOCATION"], "googleServicesFile": "./google-services.json" } diff --git a/components/news.js b/components/news.js index cdefe58..5801e99 100644 --- a/components/news.js +++ b/components/news.js @@ -8,7 +8,7 @@ export default function News(props){ const { navigation: { navigate } } = props; return( - + {AsyncStorage.setItem('status', "2022/04/14");navigate('Apps');}}> 更新情報を閉じる diff --git a/eas.json b/eas.json new file mode 100644 index 0000000..0777a45 --- /dev/null +++ b/eas.json @@ -0,0 +1,18 @@ +{ + "cli": { + "version": ">= 0.53.1" + }, + "build": { + "development": { + "developmentClient": true, + "distribution": "internal" + }, + "preview": { + "distribution": "internal" + }, + "production": {} + }, + "submit": { + "production": {} + } +}