mirror of
https://github.com/zoriya/react-native-omni.git
synced 2026-08-16 02:44:51 +00:00
Update eventmap
This commit is contained in:
+3
-2
@@ -200,7 +200,6 @@ function PlayerExample({
|
||||
refreshTracks();
|
||||
};
|
||||
|
||||
|
||||
return (
|
||||
<ScrollView style={styles.container}>
|
||||
<Text style={styles.heading}>react-native-omni</Text>
|
||||
@@ -393,7 +392,8 @@ function PlayerExample({
|
||||
rendition.selected && styles.selectedTrackButtonText,
|
||||
]}
|
||||
>
|
||||
{rendition.width}x{rendition.height} ({Math.round(rendition.bitrate / 1000)} kbps)
|
||||
{rendition.width}x{rendition.height} (
|
||||
{Math.round(rendition.bitrate / 1000)} kbps)
|
||||
</Text>
|
||||
</Pressable>
|
||||
))
|
||||
@@ -405,6 +405,7 @@ function PlayerExample({
|
||||
style={styles.logCard}
|
||||
contentContainerStyle={styles.logContent}
|
||||
>
|
||||
<Text style={styles.selectorTitle}>Logs</Text>
|
||||
{logs.length === 0 ? (
|
||||
<Text style={styles.logText}>Event log will appear here.</Text>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user