Skip to content

Commit 3f939cc

Browse files
authored
Update react-native-audio-api dependency to prevent demo app crash (#468)
Prevents crash in speech to text app. Closes #467 ## Description Currently, the app crashes after clicking `Transcribe with URL`. Bump of `react-native-audio-api` prevents this crash. ### 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 ### Testing instructions Test before and after the change. You should see that after installing node modules with updated package app does not crash. ### Screenshots <!-- Add screenshots here, if applicable --> ### Related issues #467 ### Checklist - [x] I have performed a self-review of my code - [x] I have commented my code, particularly in hard-to-understand areas - [x] I have updated the documentation accordingly - [x] My changes generate no new warnings ### Additional notes <!-- Include any additional information, assumptions, or context that reviewers might need to understand this PR. -->
1 parent 4bd8c83 commit 3f939cc

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

apps/speech-to-text/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"metro-config": "^0.81.0",
2323
"react": "19.0.0",
2424
"react-native": "0.79.2",
25-
"react-native-audio-api": "0.5.7",
25+
"react-native-audio-api": "0.6.5",
2626
"react-native-device-info": "^14.0.4",
2727
"react-native-executorch": "workspace:*",
2828
"react-native-image-picker": "^7.2.2",

yarn.lock

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12465,6 +12465,18 @@ __metadata:
1246512465
languageName: node
1246612466
linkType: hard
1246712467

12468+
"react-native-audio-api@npm:0.6.5":
12469+
version: 0.6.5
12470+
resolution: "react-native-audio-api@npm:0.6.5"
12471+
peerDependencies:
12472+
react: "*"
12473+
react-native: "*"
12474+
bin:
12475+
setup-rn-audio-api-web: scripts/setup-rn-audio-api-web.js
12476+
checksum: 10/9bf5b124ff902f359a237bcd3c386a37b354cc6263ce66765c1788c7a8d42c307a133780c8b57ab2f0db530bfed8ac1d3ff8fb55055228854ccebc8da9a595d8
12477+
languageName: node
12478+
linkType: hard
12479+
1246812480
"react-native-builder-bob@npm:^0.30.2":
1246912481
version: 0.30.3
1247012482
resolution: "react-native-builder-bob@npm:0.30.3"
@@ -13652,7 +13664,7 @@ __metadata:
1365213664
metro-config: "npm:^0.81.0"
1365313665
react: "npm:19.0.0"
1365413666
react-native: "npm:0.79.2"
13655-
react-native-audio-api: "npm:0.5.7"
13667+
react-native-audio-api: "npm:0.6.5"
1365613668
react-native-device-info: "npm:^14.0.4"
1365713669
react-native-executorch: "workspace:*"
1365813670
react-native-image-picker: "npm:^7.2.2"

0 commit comments

Comments
 (0)