react-native-network-info icon indicating copy to clipboard operation
react-native-network-info copied to clipboard

throw error to JS and log it

Open hosseinmd opened this issue 6 years ago • 0 comments

In this repo, we have a few issues and Often caused by native errors which the user couldn't see that.


However, I give error from native to JS and log it in console, then return fallback.


Now any user can see native errors in the log, understand and solve it.

I had tested this code in a project for android, and that's work pretty, but I am not sure about ios, please test it.

Great regards
 Hossein Mohammadi

hosseinmd avatar Sep 25 '19 05:09 hosseinmd