Skip to content

Commit

Permalink
Package update
Browse files Browse the repository at this point in the history
  • Loading branch information
ankushcodes69 committed Nov 2, 2024
1 parent 6735f66 commit 4a11f85
Show file tree
Hide file tree
Showing 4 changed files with 458 additions and 619 deletions.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ export default {
androidNavigationBar: {
backgroundColor: "#1A1A1A"
},
plugins: ["expo-router"],
plugins: ["expo-router", "expo-font"],
experiments: {
typedRoutes: true
},
Expand Down
2 changes: 1 addition & 1 deletion hooks/useSetupTrackPlayer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ const setupPlayer = async () => {
});

await TrackPlayer.setVolume(1);
await TrackPlayer.setRepeatMode(RepeatMode.Queue);
await TrackPlayer.setRepeatMode(RepeatMode.Off);
};

export const useSetupTrackPlayer = ({ onLoad }: { onLoad?: () => void }) => {
Expand Down
Loading

0 comments on commit 4a11f85

Please sign in to comment.