@@ -18,6 +18,11 @@ export default function tndView() {
mixedContentMode={"compatibility"}
javaScriptEnabled={true}
injectedJavaScript={jsa}
pullToRefreshEnabled
onError={(syntheticEvent)=>{
//webViewの再読み込みを行う
this.webView.reload();
}}
/>
</View>
);
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.