feat: start video

This commit is contained in:
2025-12-03 16:11:44 +01:00
parent f6cb467929
commit 13f34d3ef1
4 changed files with 104 additions and 21 deletions
+2
View File
@@ -38,6 +38,7 @@ import { LogBox } from "react-native";
import CommentsBottomSheet from "./src/components/bottomsheets/CommentsBottomSheet";
import ShareQrModalContainer from "./src/components/modal/ShareQrModalContainer";
import AppDownloadBanner from "./src/components/AppDownloadBanner";
import MobileSplashVideo from "./src/components/MobileSplashVideo";
import "./src/utils/Sheet";
console.disableYellowBox = true;
@@ -219,6 +220,7 @@ const App = () => {
<CommentsBottomSheet />
<ShareQrModalContainer />
<AppDownloadBanner />
<MobileSplashVideo />
{/* </AppLayout> */}
</MenuProvider>
</Providers>