Kaynağa Gözat

update version to 0.0.16

iou90 8 yıl önce
ebeveyn
işleme
1c02c00f24
2 değiştirilmiş dosya ile 1 ekleme ve 2 silme
  1. 0
    1
      autoHeightWebView/index.android.js
  2. 1
    1
      package.json

+ 0
- 1
autoHeightWebView/index.android.js Dosyayı Görüntüle

117
         const height = parseInt(IsBelowKitKat ? e.nativeEvent.message : e.nativeEvent.data);
117
         const height = parseInt(IsBelowKitKat ? e.nativeEvent.message : e.nativeEvent.data);
118
         if (height) {
118
         if (height) {
119
             this.stopInterval();
119
             this.stopInterval();
120
-            console.log(height);
121
             this.setState({
120
             this.setState({
122
                 heightOffset: this.props.heightOffset,
121
                 heightOffset: this.props.heightOffset,
123
                 height
122
                 height

+ 1
- 1
package.json Dosyayı Görüntüle

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