react-native-navigation 7.49.0 → 7.50.0

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.
@@ -284,6 +284,9 @@ public class Navigator extends ParentController<ViewGroup> {
284
284
 
285
285
  public void onHostResume() {
286
286
  overlayManager.onHostResume();
287
+ if (root != null && root.getView() != null) {
288
+ root.getView().requestLayout();
289
+ }
287
290
  if (!modalStack.isEmpty()) {
288
291
  modalStack.onHostResume();
289
292
  if(modalStack.peekDisplayedOverCurrentContext()){
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-navigation",
3
- "version": "7.49.0",
3
+ "version": "7.50.0",
4
4
  "description": "React Native Navigation - truly native navigation for iOS and Android",
5
5
  "license": "MIT",
6
6
  "nativePackage": true,