yogevbd 6 年 前
コミット
5ca136a3c3
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      lib/ios/RNNModalManager.m

+ 1
- 1
lib/ios/RNNModalManager.m ファイルの表示

@@ -75,7 +75,7 @@
75 75
 
76 76
 	UIViewController* topPresentedVC = [self topPresentedVC];
77 77
 
78
-	if (modalToDismiss.options.animations.showModal) {
78
+	if ([modalToDismiss.options.animations.showModal hasCustomAnimation]) {
79 79
 		modalToDismiss.transitioningDelegate = modalToDismiss;
80 80
 	}
81 81