Преглед на файлове

update version to 0.0.16

iou90 преди 8 години
родител
ревизия
1c02c00f24
променени са 2 файла, в които са добавени 1 реда и са изтрити 2 реда
  1. 0
    1
      autoHeightWebView/index.android.js
  2. 1
    1
      package.json

+ 0
- 1
autoHeightWebView/index.android.js Целия файл

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 Целия файл

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/"],