react-native-audio-player-recorder-no-linking
react-native-audio-player-recorder-no-linking copied to clipboard
A React Native sound recorder & player app built using Expo.io
Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...
When playing the recorded audio, and I hit pause, the play button is off to the right of its container. See image: 
I'm using a modal to render player, when user clicks outside the modal the player should pause. Is there a way to achieve it?
When Back button with showBackButton is clicked and the audio is still loading, it throws an error. TypeError: null is not an object (evaluating '_this.sound.setOnPlaybackStatusUpdate')