Skip to content

Commit 81a60b0

Browse files
msluszniakclaude
andcommitted
fix: remove wrapWithAudioAPIMetroConfig removed in react-native-audio-api v0.11
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent 2ffda4c commit 81a60b0

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

apps/llm/metro.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,4 @@
11
const { getDefaultConfig } = require('expo/metro-config');
2-
const {
3-
wrapWithAudioAPIMetroConfig,
4-
} = require('react-native-audio-api/metro-config');
52

63
const config = getDefaultConfig(__dirname);
74

@@ -19,4 +16,4 @@ config.resolver = {
1916

2017
config.resolver.assetExts.push('pte');
2118

22-
module.exports = wrapWithAudioAPIMetroConfig(config);
19+
module.exports = config;

0 commit comments

Comments
 (0)