gronxb / webview-bridge

Fully Type-Safe Integration for React Native WebView and Web
https://gronxb.github.io/webview-bridge/
MIT License
222 stars 5 forks source link

fix : add Showing Object in React-Native Devtools #28

Closed doyoonkim12345 closed 8 months ago

doyoonkim12345 commented 8 months ago

Showing Object in React-Native Devtools

when we are developing web-app by react native, we are usually trying to see the console.log from webview. and then the things that we want to prints which are object type. so we'd better to see objects in debug console.

before

image

after

image

gronxb commented 8 months ago

Thanks for the contribution🙇‍♀️ , I'll do some testing.

gronxb commented 8 months ago

Released in v1.3.2 🙇‍♀️