Skip to content

Commit

Permalink
docs: fix prop description
Browse files Browse the repository at this point in the history
  • Loading branch information
okwasniewski committed Dec 11, 2024
1 parent 4d5929b commit 39da3b6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/docs/docs/guides/usage-with-react-navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,16 @@ Whether to disable page animations between tabs.

Describes the appearance attributes for the tabBar to use when an observable scroll view is scrolled to the bottom.

Available options:

- `default` - uses default background and shadow values.
- `transparent` - uses transparent background and no shadow.
- `opaque` - uses set of opaque colors that are appropriate for the current theme

:::note
It's recommended to use `transparent` or `opaque` without lazy loading as the tab bar background flashes when a view is rendered lazily.
:::

### `tabBarActiveTintColor`

Color for the active tab.
Expand All @@ -132,16 +142,6 @@ Color of tab indicator. This option is only compatible with Material3 themes.

A Boolean value that indicates whether the tab bar is translucent.

Available options:

- `default` - uses default background and shadow values.
- `transparent` - uses transparent background and no shadow.
- `opaque` - uses set of opaque colors that are appropriate for the current theme

:::note
It's recommended to use `transparent` or `opaque` without lazy loading as the tab bar background flashes when a view is rendered lazily.
:::

#### `sidebarAdaptable` <Badge text="iOS" type="info" />

A tab bar style that adapts to each platform.
Expand Down

0 comments on commit 39da3b6

Please sign in to comment.