Browse Source

update version to 0.0.16

iou90 8 years ago
parent
commit
1c02c00f24
2 changed files with 1 additions and 2 deletions
  1. 0
    1
      autoHeightWebView/index.android.js
  2. 1
    1
      package.json

+ 0
- 1
autoHeightWebView/index.android.js View File

@@ -117,7 +117,6 @@ export default class AutoHeightWebView extends Component {
117 117
         const height = parseInt(IsBelowKitKat ? e.nativeEvent.message : e.nativeEvent.data);
118 118
         if (height) {
119 119
             this.stopInterval();
120
-            console.log(height);
121 120
             this.setState({
122 121
                 heightOffset: this.props.heightOffset,
123 122
                 height

+ 1
- 1
package.json View File

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-autoheightwebview",
3
-  "version": "0.0.15",
3
+  "version": "0.0.16",
4 4
   "description": "An auto height webview for React Native",
5 5
   "main": "autoHeightWebView",
6 6
   "files": ["android/", "autoHeightWebView/"],