Browse Source

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

Varun Gupta 7 years ago
parent
commit
50e3d0912a
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/platformSpecific.android.js

+ 1
- 0
src/platformSpecific.android.js View File

@@ -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