[FIX][iOS] Ignore silent mode on audio player (#1862)
This commit is contained in:
parent
cb9cf527b7
commit
9bea72faac
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue