You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Function that returns a React element to display as an accessory view. The function receives an options object with a `placement` parameter that can be one of the following values:
363
+
364
+
-`regular` - at bottom of the screen, above the tab bar if tab bar is at the bottom
365
+
-`inline` - inline with the collapsed bottom tab bar (e.g., when minimized based on [`tabBarMinimizeBehavior`](#tabbarminimizebehavior))
The content is rendered twice for both placements, but only one is visible at a time based on the tab bar state. Any shared state should be stored outside of the component to keep both versions in sync.
389
+
390
+
:::
391
+
358
392
#### `lazy`
359
393
360
394
Whether this screen should render only after the first time it's accessed. Defaults to `true`. Set it to `false` if you want to render the screen on the initial render of the navigator.
0 commit comments