Skip to content

Commit

Permalink
docs: add missing Android-Only badge (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
shovel-kun authored Oct 31, 2024
1 parent 2ef8464 commit 3b9e330
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/docs/docs/guides/usage-with-react-navigation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@ Default options to use for the screens in the navigator.

Whether to show labels in tabs. Defaults to true.

#### `rippleColor`
#### `rippleColor` <Badge text="android" type="info" />

Changes ripple color on tab press. (Android Only)
Changes ripple color on tab press.

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

Expand Down Expand Up @@ -172,4 +172,4 @@ React.useEffect(() => {

return unsubscribe;
}, [navigation]);
```
```

0 comments on commit 3b9e330

Please sign in to comment.