Skip to content

Releases: zmxv/react-native-sound

0.13.0

Choose a tag to compare

@RomualdPercereau RomualdPercereau released this 14 Oct 15:17

⚠️ Drop old arch support use v0.11.2 with old arch.

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.13.0

v0.12.0

Choose a tag to compare

@RomualdPercereau RomualdPercereau released this 06 May 06:59

What's Changed

New Contributors

Full Changelog: v0.11.2...v0.12.0

v0.11.2

Choose a tag to compare

@zmxv zmxv released this 06 Jan 17:28
acfdbe4
bump version number to 0.11.2

v0.11.1

Choose a tag to compare

@zmxv zmxv released this 28 Aug 14:45
ad98809
bump version number to 0.11.1

v0.10.11

Choose a tag to compare

@zmxv zmxv released this 03 Feb 02:59
df5c647
bump version number to 0.10.11

v0.10.10

Choose a tag to compare

@zmxv zmxv released this 03 Feb 02:44
a0eb1da
bump version number to 0.10.10

A well needed release

Choose a tag to compare

@trepidity trepidity released this 27 Jan 23:59
8d2a9b9

This is a loaded release. They are many fixes and new features.

Here's just a sample of the fixes and features in this release.

Other fixes from

v0.10.4

Choose a tag to compare

@trepidity trepidity released this 22 Aug 14:51

Add typescript definitions for set speaker phone on (#207)

IOS

  • Add Sound.setActive and Sound.setMode for iOS AVAudioSession support (#234)
  • Fix link to iOS audio categories

General Fixes

  • Fix breaking changes in React Native 0.47

v0.10.2

Choose a tag to compare

@benvium benvium released this 16 Jun 10:17
  • Added typescript typings (#192)
  • Added callbacks to stop and pause, because the RN bridge is asynchronous (#167)

Windows

  • Added the ability to configure "SMTC integration" for Windows apps. (#183)

Android

  • Catch IllegalStateException when trying to play file-based audio (#205)
  • Preventing crash due to illegal callback invocation (#202)
  • Add method to turn on speakers in android (#194)

iOS

  • iOS: Fix download of remote files (#200)

Check out the various audio files and locations supported using https://github.com/zmxv/react-native-sound-demo.

v0.10.1

Choose a tag to compare

@benvium benvium released this 08 May 14:47

Android & iOS

  • Fix callback crashes - Guarantee that the RN callback is only ever called once (#168)

Android

  • Implementing setSpeed for android (#169)
  • Remove player.prepare (#162)