react-native-navigation 7.30.2-snapshot.753 → 7.30.2-snapshot.764

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -191,7 +191,7 @@
191
191
 
192
192
  - (UIViewController *)topPresentedVC {
193
193
  UIViewController *root = [self rootViewController];
194
- while (root.presentedViewController) {
194
+ while (root.presentedViewController && !root.presentedViewController.isBeingDismissed) {
195
195
  root = root.presentedViewController;
196
196
  }
197
197
  return root;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.30.2-snapshot.753",
3
+ "version": "7.30.2-snapshot.764",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,