fix: expo plugin export (#3992)
This commit is contained in:
parent
f05d190ae6
commit
de8ade0620
@ -3,6 +3,6 @@
|
|||||||
"misc": "Misc",
|
"misc": "Misc",
|
||||||
"debug": "Debugging",
|
"debug": "Debugging",
|
||||||
"new-arch": "New Architecture",
|
"new-arch": "New Architecture",
|
||||||
"expo": "Expo"
|
"expo": "Expo",
|
||||||
"plugin": "Plugin (experimental)"
|
"plugin": "Plugin (experimental)"
|
||||||
}
|
}
|
@ -13,7 +13,7 @@ export default {
|
|||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="og:image"
|
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:card" content="summary_large_image" />
|
||||||
<meta name="twitter:title" content="React Native Video" />
|
<meta name="twitter:title" content="React Native Video" />
|
||||||
@ -23,7 +23,7 @@ export default {
|
|||||||
/>
|
/>
|
||||||
<meta
|
<meta
|
||||||
name="twitter:image"
|
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" />
|
<meta name="twitter:image:alt" content="React Native Video" />
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||||||
@ -48,7 +48,7 @@ export default {
|
|||||||
footer: {
|
footer: {
|
||||||
text: (
|
text: (
|
||||||
<span>
|
<span>
|
||||||
Built with love ❤️ by <strong>React Native Community</strong>
|
Built with ❤️ by <strong>React Native Community</strong>
|
||||||
</span>
|
</span>
|
||||||
),
|
),
|
||||||
},
|
},
|
||||||
|
@ -59,6 +59,7 @@
|
|||||||
"src",
|
"src",
|
||||||
"lib",
|
"lib",
|
||||||
"react-native-video.podspec",
|
"react-native-video.podspec",
|
||||||
|
"app.plugin.js",
|
||||||
"!android/build",
|
"!android/build",
|
||||||
"!android/buildOutput_*",
|
"!android/buildOutput_*",
|
||||||
"!android/local.properties",
|
"!android/local.properties",
|
||||||
|
Loading…
Reference in New Issue
Block a user