Bläddra i källkod

remove comments; update to version 0.0.4

iou90 7 år sedan
förälder
incheckning
f819342b0f
2 ändrade filer med 1 tillägg och 2 borttagningar
  1. 0
    1
      autoHeightWebView/index.android.js
  2. 1
    1
      package.json

+ 0
- 1
autoHeightWebView/index.android.js Visa fil

@@ -78,7 +78,6 @@ export default class AutoHeightWebView extends Component {
78 78
             html: this.props.html,
79 79
             baseUrl: 'file:///android_asset/web/'
80 80
         } : { html: this.props.html };
81
-        console.log(this.state.height + this.props.heightOffset);
82 81
         return (
83 82
             <View style={[{
84 83
                 height: this.state.height + this.props.heightOffset

+ 1
- 1
package.json Visa fil

@@ -1,6 +1,6 @@
1 1
 {
2 2
   "name": "react-native-autoheightwebview",
3
-  "version": "0.0.3",
3
+  "version": "0.0.4",
4 4
   "description": "An auto height webview for React Native",
5 5
   "main": "autoHeightWebView",
6 6
   "scripts": {