Skip to content

Commit 5719e25

Browse files
committed
rn track player migration
1 parent 5ae98fc commit 5719e25

3 files changed

Lines changed: 34 additions & 15 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
### Changes
10+
11+
- Migrated from `react-native-sound` to `react-native-track-player` for improved audio playback capabilities and reliability.
12+
913
## [3.1.8] Make it Native - 2025-4-02
1014

1115
### Fixes

package-lock.json

Lines changed: 29 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"react-native-safe-area-context": "5.2.0",
6161
"react-native-schedule-exact-alarm-permission": "^0.1.5",
6262
"react-native-screens": "4.6.0",
63-
"react-native-sound": "0.11.0",
63+
"react-native-track-player": "4.1.1",
6464
"react-native-splash-screen": "3.2.0",
6565
"react-native-svg": "15.11.1",
6666
"react-native-system-navigation-bar": "2.6.3",

0 commit comments

Comments
 (0)