Skip to content

Commit b10a684

Browse files
committed
fix: ignore silent switch on sound as well
1 parent 34f430a commit b10a684

File tree

1 file changed

+1
-0
lines changed
  • package/native-package/src/optionalDependencies

1 file changed

+1
-0
lines changed

package/native-package/src/optionalDependencies/Sound.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ export const Sound = {
99
? ({ onBuffer, onEnd, onLoad, onProgress, paused, rate, soundRef, style, uri }) => (
1010
<AudioVideoPlayer
1111
audioOnly={true}
12+
ignoreSilentSwitch={'ignore'}
1213
onBuffer={onBuffer}
1314
onEnd={onEnd}
1415
onError={(error: Error) => {

0 commit comments

Comments
 (0)