Browse Source

Create README.md

iou90 7 years ago
parent
commit
93b81256a3
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      README.md

+ 1
- 1
README.md View File

@@ -1,7 +1,7 @@
1 1
 # react-native-autoheight-webview
2 2
 An auto height webview for React Native.
3 3
 
4
-Cause of moving View.propTypes to ViewPropTypes in React Naitve 44 (https://github.com/facebook/react-native/releases) and PropTypes has been moved to a separate package in React 16 (https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes), please install react-native-autoheight-webview 0.2.3 for the project with rn version lower than 0.44.
4
+Cause of moving View.propTypes to ViewPropTypes in React Naitve 0.44 (https://github.com/facebook/react-native/releases) and PropTypes has been moved to a separate package in React 16 (https://facebook.github.io/react/blog/2017/04/07/react-v15.5.0.html#migrating-from-react.proptypes), please install react-native-autoheight-webview 0.2.3 for the project with rn version lower than 0.44.
5 5
 
6 6
 `npm install react-native-autoheight-webview --save`
7 7