fix: expo plugin export (#3992)
This commit is contained in:
parent
f05d190ae6
commit
de8ade0620
@ -3,6 +3,6 @@
|
||||
"misc": "Misc",
|
||||
"debug": "Debugging",
|
||||
"new-arch": "New Architecture",
|
||||
"expo": "Expo"
|
||||
"expo": "Expo",
|
||||
"plugin": "Plugin (experimental)"
|
||||
}
|
@ -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" />
|
||||
@ -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" />
|
||||
@ -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>
|
||||
),
|
||||
},
|
||||
|
@ -59,6 +59,7 @@
|
||||
"src",
|
||||
"lib",
|
||||
"react-native-video.podspec",
|
||||
"app.plugin.js",
|
||||
"!android/build",
|
||||
"!android/buildOutput_*",
|
||||
"!android/local.properties",
|
||||
|
Loading…
Reference in New Issue
Block a user