We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca17707 commit 826380bCopy full SHA for 826380b
packages/react-native-audio-api/src/plugin/withAudioAPI.ts
@@ -80,12 +80,7 @@ const withForegroundService: ConfigPlugin<Options> = (
80
});
81
};
82
83
-const withAudioAPI: ConfigPlugin<{
84
- iosBackgroundMode?: boolean;
85
- androidForegroundService?: boolean;
86
- androidFSPermissions?: string[];
87
- androidFSTypes?: string[];
88
-}> = (config, optionsIn?: Partial<Options>) => {
+const withAudioAPI: ConfigPlugin<Options> = (config, optionsIn) => {
89
const options = withDefaultOptions(optionsIn ?? {});
90
91
if (options.iosBackgroundMode) {
0 commit comments