Parcourir la source

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

Varun Gupta il y a 7 ans
Parent
révision
50e3d0912a
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      src/platformSpecific.android.js

+ 1
- 0
src/platformSpecific.android.js Voir le fichier

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