Kaynağa Gözat

pass state for onNavigationStateChange for ios

iou90 6 yıl önce
ebeveyn
işleme
d6521d5669
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1
    1
      autoHeightWebView/index.ios.js

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

@@ -113,7 +113,7 @@ export default class AutoHeightWebView extends PureComponent {
113 113
     const { title } = navState;
114 114
     const { onNavigationStateChange } = this.props;
115 115
     if (!title) {
116
-      onNavigationStateChange && onNavigationStateChange();
116
+      onNavigationStateChange && onNavigationStateChange(navState);
117 117
       return;
118 118
     }
119 119
     const [heightValue, widthValue] = title.split(',');