react-native-htmlview
Advanced tools
Comparing version 0.7.1 to 0.7.2
@@ -18,7 +18,7 @@ import React from 'react'; | ||
<span class="c00"> | ||
<b><i>> Dwayneâs only companion at night was a Labrador retriever named Sparky.</i></b> | ||
<b><i>> Dwayne’s only companion at night was a Labrador retriever named Sparky.</i></b> | ||
<p> | ||
<i>Sparky could not wag his tail-because of an automobile accident many years ago, so he had no way of telling other dogs how friendly he was. | ||
He opened the door of the cage, something Bill couldnât have done in a thousand years. Bill flew over to a windowsill. | ||
<b>The undippable flag was a beauty, and the anthem and the vacant motto might not have mattered much, if it werenât for this: a lot of citizens were so ignored and cheated and insulted that they thought they might be in the wrong country, or even on the wrong planet, that some terrible mistake had been made. | ||
He opened the door of the cage, something Bill couldn’t have done in a thousand years. Bill flew over to a windowsill. | ||
<b>The undippable flag was a beauty, and the anthem and the vacant motto might not have mattered much, if it weren’t for this: a lot of citizens were so ignored and cheated and insulted that they thought they might be in the wrong country, or even on the wrong planet, that some terrible mistake had been made. | ||
</p> | ||
@@ -30,8 +30,8 @@ <p> | ||
<h1>Dwayneâs only companion at night</h1> | ||
<h2>Dwayneâs only companion at night</h2> | ||
<h3>Dwayneâs only companion at night</h3> | ||
<h4>Dwayneâs only companion at night</h4> | ||
<h5>Dwayneâs only companion at night</h5> | ||
<h6>Dwayneâs only companion at night</h6> | ||
<h1>Dwayne’s only companion at night</h1> | ||
<h2>Dwayne’s only companion at night</h2> | ||
<h3>Dwayne’s only companion at night</h3> | ||
<h4>Dwayne’s only companion at night</h4> | ||
<h5>Dwayne’s only companion at night</h5> | ||
<h6>Dwayne’s only companion at night</h6> | ||
ayyy | ||
@@ -38,0 +38,0 @@ |
@@ -79,5 +79,5 @@ import React, {Component, PropTypes} from 'react'; | ||
if (this.state.element) { | ||
return <View children={this.state.element} />; | ||
return <View children={this.state.element} styles={this.props.styles} />; | ||
} | ||
return <View />; | ||
return <View styles={this.props.styles} />; | ||
} | ||
@@ -89,2 +89,3 @@ } | ||
stylesheet: PropTypes.object, | ||
styles: PropTypes.object, | ||
onLinkPress: PropTypes.func, | ||
@@ -91,0 +92,0 @@ onError: PropTypes.func, |
{ | ||
"name": "react-native-htmlview", | ||
"version": "0.7.1", | ||
"version": "0.7.2", | ||
"description": "A component which renders HTML content as native views", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -112,3 +112,3 @@ # React Native HTMLView | ||
If you're getting the error "undefined is not an object (evaluating 'RCTLinkingManager.openURLâ)â from the LinkingIOS API, try adding âRCTLinking' to the project's 'Linked Frameworks and Librariesâ. You might have to find RCTLinking.xcodeproj in the react-native package dir and drag that into your main Xcode project first. | ||
If you're getting the error "undefined is not an object (evaluating 'RCTLinkingManager.openURL’)” from the LinkingIOS API, try adding ‘RCTLinking' to the project's 'Linked Frameworks and Libraries’. You might have to find RCTLinking.xcodeproj in the react-native package dir and drag that into your main Xcode project first. | ||
@@ -115,0 +115,0 @@ |
Sorry, the diff of this file is not supported yet
176940
14