diff --git a/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js b/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js
--- a/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js
+++ b/native/flow-typed/npm/@react-navigation/bottom-tabs_v5.x.x.js
@@ -1078,6 +1078,11 @@
       ...$Exact<ExtraNavigatorProps>,
       ...ScreenOptionsProp<ScreenOptions, NavProp>,
     |}>,
+    +Group: React$ComponentType<{|
+      ...ScreenOptionsProp<ScreenOptions, NavProp>,
+      +children: React$Node,
+      +navigationKey?: string,
+    |}>,
   |};
 
   declare export type CreateNavigatorFactory = <
diff --git a/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js b/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js
--- a/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js
+++ b/native/flow-typed/npm/@react-navigation/devtools_v5.x.x.js
@@ -1078,6 +1078,11 @@
       ...$Exact<ExtraNavigatorProps>,
       ...ScreenOptionsProp<ScreenOptions, NavProp>,
     |}>,
+    +Group: React$ComponentType<{|
+      ...ScreenOptionsProp<ScreenOptions, NavProp>,
+      +children: React$Node,
+      +navigationKey?: string,
+    |}>,
   |};
 
   declare export type CreateNavigatorFactory = <
diff --git a/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js b/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js
--- a/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js
+++ b/native/flow-typed/npm/@react-navigation/material-top-tabs_v5.x.x.js
@@ -1078,6 +1078,11 @@
       ...$Exact<ExtraNavigatorProps>,
       ...ScreenOptionsProp<ScreenOptions, NavProp>,
     |}>,
+    +Group: React$ComponentType<{|
+      ...ScreenOptionsProp<ScreenOptions, NavProp>,
+      +children: React$Node,
+      +navigationKey?: string,
+    |}>,
   |};
 
   declare export type CreateNavigatorFactory = <
diff --git a/native/flow-typed/npm/@react-navigation/native_v5.x.x.js b/native/flow-typed/npm/@react-navigation/native_v5.x.x.js
--- a/native/flow-typed/npm/@react-navigation/native_v5.x.x.js
+++ b/native/flow-typed/npm/@react-navigation/native_v5.x.x.js
@@ -1078,6 +1078,11 @@
       ...$Exact<ExtraNavigatorProps>,
       ...ScreenOptionsProp<ScreenOptions, NavProp>,
     |}>,
+    +Group: React$ComponentType<{|
+      ...ScreenOptionsProp<ScreenOptions, NavProp>,
+      +children: React$Node,
+      +navigationKey?: string,
+    |}>,
   |};
 
   declare export type CreateNavigatorFactory = <
diff --git a/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js b/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js
--- a/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js
+++ b/native/flow-typed/npm/@react-navigation/stack_v5.x.x.js
@@ -1078,6 +1078,11 @@
       ...$Exact<ExtraNavigatorProps>,
       ...ScreenOptionsProp<ScreenOptions, NavProp>,
     |}>,
+    +Group: React$ComponentType<{|
+      ...ScreenOptionsProp<ScreenOptions, NavProp>,
+      +children: React$Node,
+      +navigationKey?: string,
+    |}>,
   |};
 
   declare export type CreateNavigatorFactory = <