diff --git a/docs/example/react-navigation.md b/docs/example/react-navigation.md
index 9673b5cd..ed249613 100644
--- a/docs/example/react-navigation.md
+++ b/docs/example/react-navigation.md
@@ -1,9 +1,7 @@
# Example React Navigation
This guide is about integrating WebView, the web, and React Navigation.
-
+
Example: [react-navigation](https://github.com/gronxb/webview-bridge/tree/main/example/react-navigation)
diff --git a/docs/shared-state/react-native.md b/docs/shared-state/react-native.md
index 9171c063..f5b68c2f 100644
--- a/docs/shared-state/react-native.md
+++ b/docs/shared-state/react-native.md
@@ -2,9 +2,8 @@
This guide covers how to declare state in React Native and share it with the web.
-
+
+
Example: [shared-state-integration-react](https://github.com/gronxb/webview-bridge/tree/main/example/shared-state-integration-react)