瀏覽代碼

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

Varun Gupta 7 年之前
父節點
當前提交
50e3d0912a
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      src/platformSpecific.android.js

+ 1
- 0
src/platformSpecific.android.js 查看文件

@@ -62,6 +62,7 @@ function dismissAllModals() {
62 62
 }
63 63
 
64 64
 function showInAppNotification(params) {
65
+  savePassProps(params);
65 66
   NativeReactModule.showSlidingOverlay(params);
66 67
 }
67 68