Kaynağa Gözat

Register passProps with PropsRegistry during showInAppNotification for Android (#709)

Varun Gupta 8 yıl önce
ebeveyn
işleme
50e3d0912a
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  1. 1
    0
      src/platformSpecific.android.js

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

62
 }
62
 }
63
 
63
 
64
 function showInAppNotification(params) {
64
 function showInAppNotification(params) {
65
+  savePassProps(params);
65
   NativeReactModule.showSlidingOverlay(params);
66
   NativeReactModule.showSlidingOverlay(params);
66
 }
67
 }
67
 
68