karaoke lines vertical
This commit is contained in:
@@ -999,13 +999,19 @@ const RecordPlayback = ({ route }) => {
|
||||
position: 'absolute',
|
||||
left: 0,
|
||||
right: 0,
|
||||
bottom: bottom + 180,
|
||||
top: top + 90,
|
||||
paddingHorizontal: gutters,
|
||||
}}
|
||||
>
|
||||
<CreateLyricsHeader>
|
||||
{isRecording && alignedWords.length > 0 ? (
|
||||
<KaraokeLyrics alignedWords={alignedWords} currentTimeS={pos} />
|
||||
<KaraokeLyrics
|
||||
alignedWords={alignedWords}
|
||||
currentTimeS={pos}
|
||||
mode="teleprompter"
|
||||
teleprompterLines={6}
|
||||
teleprompterAnchorLine={1}
|
||||
/>
|
||||
) : (
|
||||
<Text
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user