|
@@ -1,8 +1,12 @@
|
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.
|
|
5
|
+
|
4
|
6
|
`npm install react-native-autoheight-webview --save`
|
5
|
7
|
|
|
8
|
+`npm install react-native-autoheight-webview@0.2.3 --save` (if the project with rn version lower than 0.44)
|
|
9
|
+
|
6
|
10
|
## android
|
7
|
11
|
`react-native link react-native-autoheight-webview`
|
8
|
12
|
|