fix video web

This commit is contained in:
2025-10-03 16:11:51 +02:00
parent 1cb92f9161
commit a1d00b8cf6
2 changed files with 28 additions and 27 deletions
+1
View File
@@ -65,6 +65,7 @@ const WritingLyrics = () => {
</View>
</View>
<FullscreenIntroVideo
url={require("../../../src/assets/video/testVideo.mp4")}
visible={showIntro}
onClose={() => setShowIntro(false)}
/>