diff --git a/docs/pages/other/_meta.json b/docs/pages/other/_meta.json
index a60eb7ce..0cd936a9 100644
--- a/docs/pages/other/_meta.json
+++ b/docs/pages/other/_meta.json
@@ -3,6 +3,6 @@
"misc": "Misc",
"debug": "Debugging",
"new-arch": "New Architecture",
- "expo": "Expo"
+ "expo": "Expo",
"plugin": "Plugin (experimental)"
}
\ No newline at end of file
diff --git a/docs/theme.config.jsx b/docs/theme.config.jsx
index 25e2f9b9..076d07d8 100644
--- a/docs/theme.config.jsx
+++ b/docs/theme.config.jsx
@@ -13,7 +13,7 @@ export default {
/>
@@ -23,7 +23,7 @@ export default {
/>
@@ -48,7 +48,7 @@ export default {
footer: {
text: (
- Built with love ❤️ by React Native Community
+ Built with ❤️ by React Native Community
),
},
diff --git a/package.json b/package.json
index 2307f38d..d66012a5 100644
--- a/package.json
+++ b/package.json
@@ -59,6 +59,7 @@
"src",
"lib",
"react-native-video.podspec",
+ "app.plugin.js",
"!android/build",
"!android/buildOutput_*",
"!android/local.properties",