react-native-navigation 7.23.1-snapshot.398 → 7.23.1-snapshot.402

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.
@@ -177,8 +177,7 @@
177
177
  _dismissModalTransitionDelegate;
178
178
  }
179
179
 
180
- if ((modalToDismiss == topPresentedVC ||
181
- [[topPresentedVC childViewControllers] containsObject:modalToDismiss])) {
180
+ if ((modalToDismiss == topPresentedVC || [topPresentedVC findViewController:modalToDismiss])) {
182
181
  [self dismissSearchController:modalToDismiss];
183
182
  [modalToDismiss
184
183
  dismissViewControllerAnimated:animated
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.23.1-snapshot.398",
3
+ "version": "7.23.1-snapshot.402",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,