Explorar el Código

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

Varun Gupta hace 7 años
padre
commit
50e3d0912a
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1
    0
      src/platformSpecific.android.js

+ 1
- 0
src/platformSpecific.android.js Ver fichero

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