diff --git a/releases/next/docs/navigatorios.html b/releases/next/docs/navigatorios.html
index aa4d06ed131..adb6759a86c 100644
--- a/releases/next/docs/navigatorios.html
+++ b/releases/next/docs/navigatorios.html
@@ -131,7 +131,9 @@ passed to the NavigatorIOS component.
In the example above the navigation bar color is changed when the new route -is pushed.
The default background color of the navigation bar.
NavigatorIOS uses route objects to identify child views, their props,
+is pushed.
The style of the navigation bar. Supported values are 'default', 'black'.
+Use 'black' instead of setting barTintColor to black. This produces
+a navigation bar with the native iOS style with higher translucency.
The default background color of the navigation bar.
NavigatorIOS uses route objects to identify child views, their props,
and navigation bar configuration. Navigation operations such as push
operations expect routes to look like this the initialRoute.
Boolean value that indicates whether the interactive pop gesture is enabled. This is useful for enabling/disabling the back swipe navigation diff --git a/releases/next/docs/tabbarios.html b/releases/next/docs/tabbarios.html index 7f1a7a718a5..eb8e64ed5b2 100644 --- a/releases/next/docs/tabbarios.html +++ b/releases/next/docs/tabbarios.html @@ -1,4 +1,6 @@ -
Specifies tab bar item positioning. Available values are: +
The style of the tab bar. Supported values are 'default', 'black'.
+Use 'black' instead of setting barTintColor to black. This produces
+a tab bar with the native iOS style with higher translucency.
Specifies tab bar item positioning. Available values are: - fill - distributes items across the entire width of the tab bar - center - centers item in the available tab bar space - auto (default) - distributes items dynamically according to the