[FIX][iOS] Ignore silent mode on audio player (#1862)

This commit is contained in:
Diego Mello 2020-03-11 10:44:51 -03:00 committed by GitHub
parent cb9cf527b7
commit 9bea72faac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -181,6 +181,7 @@ class Audio extends React.Component {
onEnd={this.onEnd}
paused={paused}
repeat={false}
ignoreSilentSwitch='ignore'
/>
<Button paused={paused} onPress={this.togglePlayPause} theme={theme} />
<Slider