pusherman / react-native-network-info

React Native library for getting information about the devices network
MIT License
356 stars 106 forks source link

log error in console #101

Closed hosseinmd closed 5 years ago

hosseinmd commented 5 years ago

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