GithubCopilotリファクタリング2
This commit is contained in:
@@ -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()}
|
||||
|
Reference in New Issue
Block a user