We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42eee8d commit 9828633Copy full SHA for 9828633
1 file changed
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "react-native-audio",
3
- "version": "1.3.0",
4
- "description": "React Native library for simple audio recording. Wraps AVAudioRecorder/Player.",
+ "version": "2.0.0",
+ "description": "React Native extension for recording audio",
5
"main": "Audio.ios.js",
6
"author": "Joshua Sierles <joshua@diluvia.net> (https://github.com/jsierles)",
7
"files": [
@@ -17,7 +17,6 @@
17
],
18
"keywords": [
19
"react-native",
20
- "ios",
21
"audio",
22
"record"
23
0 commit comments