react-native-offline
Advanced tools
Comparing version 3.11.1 to 3.11.2
{ | ||
"name": "react-native-offline", | ||
"version": "3.11.1", | ||
"version": "3.11.2", | ||
"description": "Handy toolbelt to deal with offline mode in React Native applications. Cross-platform, provides a smooth redux integration.", | ||
@@ -5,0 +5,0 @@ "main": "./src/index.js", |
@@ -137,6 +137,5 @@ /* @flow */ | ||
} | ||
} else { | ||
// Standard HOC, passing connectivity as props | ||
this.setState({ isConnected }); | ||
} | ||
this.setState({ isConnected }); | ||
}; | ||
@@ -143,0 +142,0 @@ |
72488
1411