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)