Skip to content

Commit

Permalink
docs: video tag unused source
Browse files Browse the repository at this point in the history
  • Loading branch information
gronxb committed Feb 15, 2024
1 parent 7440c75 commit 8288ae6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
4 changes: 1 addition & 3 deletions docs/example/react-navigation.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,7 @@
# Example React Navigation
This guide is about integrating WebView, the web, and React Navigation.

<video width="320" height="240" muted autoplay loop>
<source src="/react-navigation.mp4" type="video/mp4">
</video>
<video src="/react-navigation.mp4" width="320" height="240" muted autoplay loop />

Example: [react-navigation](https://github.com/gronxb/webview-bridge/tree/main/example/react-navigation)

Expand Down
5 changes: 2 additions & 3 deletions docs/shared-state/react-native.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@

This guide covers how to declare state in React Native and share it with the web.

<video width="320" height="240" muted autoplay loop>
<source src="/shared-state.mp4" type="video/mp4">
</video>

<video src="/shared-state.mp4" width="320" height="240" muted autoplay loop />

Example: [shared-state-integration-react](https://github.com/gronxb/webview-bridge/tree/main/example/shared-state-integration-react)

Expand Down

0 comments on commit 8288ae6

Please sign in to comment.