Skip to content

Commit 8cf8de9

Browse files
authored
fix: Remove react-native-live-audio-strem dependency from the library. (#343)
## Description We don't use it anywhere in the library - artifact of the past. ### Type of change - [x] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected) - [ ] Documentation update (improves or adds clarity to existing documentation) ### Tested on - [x] iOS - [ ] Android ### Checklist - [x] I have performed a self-review of my code - [ ] I have commented my code, particularly in hard-to-understand areas - [ ] I have updated the documentation accordingly - [x] My changes generate no new warnings
1 parent bdb45a4 commit 8cf8de9

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

packages/react-native-executorch/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@
110110
"@huggingface/jinja": "^0.5.0",
111111
"expo": "^53.0.7",
112112
"expo-asset": "~11.1.5",
113-
"expo-file-system": "~18.1.10",
114-
"react-native-live-audio-stream": "^1.1.1"
113+
"expo-file-system": "~18.1.10"
115114
}
116115
}

yarn.lock

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12609,7 +12609,6 @@ __metadata:
1260912609
react: "npm:19.0.0"
1261012610
react-native: "npm:0.79.2"
1261112611
react-native-builder-bob: "npm:^0.30.2"
12612-
react-native-live-audio-stream: "npm:^1.1.1"
1261312612
peerDependencies:
1261412613
react: "*"
1261512614
react-native: "*"

0 commit comments

Comments
 (0)