|
@@ -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
|
|