From de8ade06202cfdb3dd7fec635b6e8c6cdfd04e47 Mon Sep 17 00:00:00 2001 From: Krzysztof Moch Date: Thu, 11 Jul 2024 22:52:10 +0200 Subject: [PATCH] fix: expo plugin export (#3992) --- docs/pages/other/_meta.json | 2 +- docs/theme.config.jsx | 6 +++--- package.json | 1 + 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/docs/pages/other/_meta.json b/docs/pages/other/_meta.json index a60eb7ced1..0cd936a999 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 25e2f9b910..076d07d8bc 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 2307f38d6e..d66012a540 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",