Просмотр исходного кода

Fixing props on props on showInAppNotification (#654)

As discussed on #644
Leonardo Camilius 7 лет назад
Родитель
Сommit
029d4f93c3
1 измененных файлов: 2 добавлений и 0 удалений
  1. 2
    0
      src/deprecated/platformSpecificDeprecated.ios.js

+ 2
- 0
src/deprecated/platformSpecificDeprecated.ios.js Просмотреть файл

@@ -515,6 +515,8 @@ function showInAppNotification(params) {
515 515
     navigatorEventID,
516 516
     navigatorID
517 517
   };
518
+  
519
+  savePassProps(params);
518 520
 
519 521
   Notification.show({
520 522
     component: params.screen,