Commit 3f939cc
authored
Update
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. -->react-native-audio-api dependency to prevent demo app crash (#468)1 parent 4bd8c83 commit 3f939cc
2 files changed
Lines changed: 14 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
22 | 22 | | |
23 | 23 | | |
24 | 24 | | |
25 | | - | |
| 25 | + | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12465 | 12465 | | |
12466 | 12466 | | |
12467 | 12467 | | |
| 12468 | + | |
| 12469 | + | |
| 12470 | + | |
| 12471 | + | |
| 12472 | + | |
| 12473 | + | |
| 12474 | + | |
| 12475 | + | |
| 12476 | + | |
| 12477 | + | |
| 12478 | + | |
| 12479 | + | |
12468 | 12480 | | |
12469 | 12481 | | |
12470 | 12482 | | |
| |||
13652 | 13664 | | |
13653 | 13665 | | |
13654 | 13666 | | |
13655 | | - | |
| 13667 | + | |
13656 | 13668 | | |
13657 | 13669 | | |
13658 | 13670 | | |
| |||
0 commit comments