Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
 into mettin-master
  • Loading branch information
jsdf committed May 29, 2017
2 parents 4e02c54 + 748b7a2 commit 555f5c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HTMLView.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import React, {Component, PropTypes} from 'react';
import htmlToElement from './htmlToElement';
import {Linking, StyleSheet, View} from 'react-native';
import {Linking, StyleSheet, View, ViewPropTypes} from 'react-native';

const boldStyle = {fontWeight: '500'};
const italicStyle = {fontStyle: 'italic'};
Expand Down Expand Up @@ -83,7 +83,7 @@ HtmlView.propTypes = {
addLineBreaks: PropTypes.bool,
value: PropTypes.string,
stylesheet: PropTypes.object,
style: View.propTypes.style,
style: ViewPropTypes.style,
onLinkPress: PropTypes.func,
onError: PropTypes.func,
renderNode: PropTypes.func,
Expand Down

0 comments on commit 555f5c4

Please sign in to comment.