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