[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}
|
onEnd={this.onEnd}
|
||||||
paused={paused}
|
paused={paused}
|
||||||
repeat={false}
|
repeat={false}
|
||||||
|
ignoreSilentSwitch='ignore'
|
||||||
/>
|
/>
|
||||||
<Button paused={paused} onPress={this.togglePlayPause} theme={theme} />
|
<Button paused={paused} onPress={this.togglePlayPause} theme={theme} />
|
||||||
<Slider
|
<Slider
|
||||||
|
|
Loading…
Reference in New Issue