Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
trusasha authored Jan 5, 2024
1 parent 90c1c53 commit e7ef555
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -160,9 +160,9 @@ function MusicPlayerComponent() {
const isPlaying = useIsPlaying();

return (
<div>
<View>
{isPlaying ? 'Playing' : 'Paused'} - {currentSong?.title || 'No song playing'}
</div>
</View>
);
}
```
Expand Down

0 comments on commit e7ef555

Please sign in to comment.