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 0a3f894 commit 6962fccCopy full SHA for 6962fcc
.gitignore
@@ -78,6 +78,7 @@ android/keystores/debug.keystore
78
.turbo/
79
80
packages/react-native-audio-api/lib
81
+react-native-audio-api*.tgz
82
83
# Android
84
.kotlin
packages/react-native-audio-api/package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "react-native-audio-api",
3
- "version": "0.1.0",
+ "version": "0.2.0",
4
"description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
5
"main": "lib/commonjs/index",
6
"module": "lib/module/index",
0 commit comments