ねぎとろ放浪記

ねぎとろ放浪記

個人的備忘録です。勉強したことをまとめていきます。

React Native

新着順 人気順

【React Native】WebViewでのログの出し方

React NativeのWebViewでのログの出力方法のメモ。 injectedJavaScript と onMessage を使う。 ボタンをクリックした時にログを表示するサンプル。 console.log() も window.ReactNativeWebView.postMessage() も表示できる。 index.tsx const debugging = `…