GithubCopilotリファクタリング2

This commit is contained in:
harukin-expo-dev-env
2025-07-15 04:51:50 +00:00
parent 3ac0edd3ad
commit 8a1b8c94f3
6 changed files with 12 additions and 13 deletions

View File

@@ -119,8 +119,10 @@ setInterval(() => {
javaScriptEnabled={true}
injectedJavaScript={jsa}
pullToRefreshEnabled
onError={() => this.webView?.reload()}
onMessage={()=>{}}
onError={() => webview.current?.reload()}
onMessage={() => {
// 必要に応じてメッセージ処理を実装
}}
/>
<ReloadButton
onPress={() => webview.current.reload()}