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