Skip to content

v0.9.0

Choose a tag to compare

@benvium benvium released this 14 Feb 16:30
· 246 commits to master since this release

iOS

  • Library is now compatible with React Native 0.40 and up. It retains compatibility with older versions that were supported previously.
  • Add mixWithOthers option to setCategory so that app can optionally mix audio with that from other apps
  • Add setSpeed method for controlling playback rate
  • (Optional) Audio files can be accessed via require('./audio.mp3). Works in debug and release modes. Not supported in Android yet.

Android

  • Stopping now resets to the start and pauses (#53)