I am doing a project in react native in which I want write and read logger for debugging when app run at the client-side. my question is how to write / read logger(debug logging) in react native app. or how to use remote-debugging in react native.
I am doing a project in react native in which I want write and read logger for debugging when app run at the client-side. my question is how to write / read logger(debug logging) in react native app. or how to use remote-debugging in react native.
The official documents suggest the methods you want
If you want to check for errors in the release app, you can use the following library.