diff --git a/docs/docs/docs/guides/usage-with-react-navigation.mdx b/docs/docs/docs/guides/usage-with-react-navigation.mdx
index eaef98f..9eef92c 100644
--- a/docs/docs/docs/guides/usage-with-react-navigation.mdx
+++ b/docs/docs/docs/guides/usage-with-react-navigation.mdx
@@ -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`
-Changes ripple color on tab press. (Android Only)
+Changes ripple color on tab press.
#### `disablePageAnimations`
@@ -172,4 +172,4 @@ React.useEffect(() => {
return unsubscribe;
}, [navigation]);
-```
\ No newline at end of file
+```