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 704348d commit d91d1aeCopy full SHA for d91d1ae
packages/audiodocs/package.json
@@ -43,7 +43,7 @@
43
"react-dom": "^17.0.2",
44
"react-draggable": "^4.4.5",
45
"react-native": "^0.71.4",
46
- "react-native-audio-api": "0.5.0",
+ "react-native-audio-api": "0.5.1",
47
"react-native-gesture-handler": "^2.16.0",
48
"react-native-reanimated": "^3.8.1",
49
"react-native-web": "^0.18.12",
packages/react-native-audio-api/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-audio-api",
3
- "version": "0.5.0",
+ "version": "0.5.1",
4
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
5
"bin": {
6
"setup-rn-audio-api-web": "./scripts/setup-rn-audio-api-web.js"
0 commit comments