Skip to content

Commit

Permalink
fix: expo plugin export (#3992)
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofMoch authored Jul 11, 2024
1 parent f05d190 commit de8ade0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/pages/other/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
"misc": "Misc",
"debug": "Debugging",
"new-arch": "New Architecture",
"expo": "Expo"
"expo": "Expo",
"plugin": "Plugin (experimental)"
}
6 changes: 3 additions & 3 deletions docs/theme.config.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default {
/>
<meta
name="og:image"
content="https://react-native-video.github.io/react-native-video/thumbnail.jpg"
content="https://thewidlarzgroup.github.io/react-native-video/thumbnail.jpg"
/>
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="React Native Video" />
Expand All @@ -23,7 +23,7 @@ export default {
/>
<meta
name="twitter:image"
content="https://react-native-video.github.io/react-native-video/thumbnail.jpg"
content="https://thewidlarzgroup.github.io/react-native-video/thumbnail.jpg"
/>
<meta name="twitter:image:alt" content="React Native Video" />
<link rel="preconnect" href="https://fonts.googleapis.com" />
Expand All @@ -48,7 +48,7 @@ export default {
footer: {
text: (
<span>
Built with love ❤️ by <strong>React Native Community</strong>
Built with ❤️ by <strong>React Native Community</strong>
</span>
),
},
Expand Down
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@
"src",
"lib",
"react-native-video.podspec",
"app.plugin.js",
"!android/build",
"!android/buildOutput_*",
"!android/local.properties",
Expand Down

0 comments on commit de8ade0

Please sign in to comment.