v0.2.0
What's Changed
- Migrate to react-native-nitro-sound (successor to prev pkg) by @hyochan in #706
- feat: add useSound hook and improve RapidSwitchTest by @hyochan in #707
Description
In version 0.2.0, we added a new useSound hook with an event-first API that includes ended, decoupled progress handling, playback-end semantics, and recorder-only variants. This change removes the singleton limitation and makes multiple instances possible. The example app has also been cleaned up with focused screens, safe-area fixes, a refreshed splash, and UI updates using Slider on iOS and a progress bar on Android.
Related Discussions
Full Changelog: 4.4.4...v0.2.0