Skip to content

Releases: birdofpreyru/react-native-audio

v1.11.0

30 Oct 23:12
Compare
Choose a tag to compare

Breaking Changes

Other Updates

  • Update of dependencies.

v1.10.3

29 Sep 11:52
Compare
Choose a tag to compare

v1.10.2

01 Sep 22:41
Compare
Choose a tag to compare
  • Fixes (at least) builds for Android with new RN architecture (the previous v1.10.0 was packed with a mistake, missing a necessary file).
  • Update of dependencies.

v1.10.0

25 Aug 22:57
Compare
Choose a tag to compare

Breaking Changes

Other Updates

  • Update of dependencies.

v1.9.0

08 May 15:43
Compare
Choose a tag to compare

v1.8.0

15 Dec 17:09
Compare
Choose a tag to compare
  • [#21] Upgrade to [email protected]. Native Android code migrated from Java to Kotlin. Example app setup now requires Yarn to run (does not work with NPM anymore).

v1.7.7

27 Sep 13:59
Compare
Choose a tag to compare
  • [#19] Android: Patches SamplePlayer.play() — it missed to resolve its promise when the playback was started successfully.

v1.7.6

26 Sep 22:15
Compare
Choose a tag to compare
  • iOS: Patches SamplePlayer.play() to ensure that in case of an error the original error code from AVAudioEngine is passed to RN layer with the error.

v1.7.5

26 Sep 17:13
Compare
Choose a tag to compare

v1.7.4

24 Sep 11:34
Compare
Choose a tag to compare
  • iOS: SamplePlayer is re-implemented, to achieve smooth experience when samples need to be played with a low latency, and accurate timing, in a short succession.