react-native-htmlview
Advanced tools
Comparing version 0.4.1 to 0.4.2
@@ -59,6 +59,3 @@ var React = require('react-native') | ||
if (!this.mounted) return | ||
// don't update rendered element if value has subsequently changed | ||
if (this.props.value === value) this.setState({element}) | ||
if (this.mounted) this.setState({element}) | ||
}) | ||
@@ -65,0 +62,0 @@ }, |
{ | ||
"name": "react-native-htmlview", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"description": "A component which renders HTML content as native views", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
309713
7127