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 1a3467b commit 8ea3cfc
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 @@ -157,8 +157,8 @@ import { View } from 'react-native';
import { useCurrentSong, useIsPlaying } from '@lomray/react-native-apple-music';

function MusicPlayerComponent() {
const currentSong = useCurrentSong();
const isPlaying = useIsPlaying();
const { song } = useCurrentSong();
const { isPlaying } = useIsPlaying();

return (
<View>
Expand Down

0 comments on commit 8ea3cfc

Please sign in to comment.