浏览代码

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