File tree Expand file tree Collapse file tree 1 file changed +12
-5
lines changed
packages/react-native-audio-api Expand file tree Collapse file tree 1 file changed +12
-5
lines changed Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-audio-api" ,
3- "version" : " 0.3.1 " ,
3+ "version" : " 0.3.2 " ,
44 "description" : " react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification" ,
55 "main" : " lib/commonjs/index" ,
66 "module" : " lib/module/index" ,
1111 " src/" ,
1212 " lib/" ,
1313 " common/" ,
14- " android" ,
14+ " android/src/main/AndroidManifest.xml" ,
15+ " android/src/main/java/" ,
16+ " android/build.gradle" ,
17+ " android/" ,
1518 " ios" ,
16- " cpp" ,
17- " *.podspec" ,
19+ " RNAudioAPI.podspec" ,
20+ " scripts/audioapi_utils.rb" ,
21+ " metro-config" ,
1822 " !ios/build" ,
1923 " !android/build" ,
2024 " !android/gradle" ,
2125 " !android/gradlew" ,
2226 " !android/gradlew.bat" ,
2327 " !android/local.properties" ,
28+ " !android/.cxx/" ,
29+ " !android/.gradle/" ,
2430 " !**/__tests__" ,
2531 " !**/__fixtures__" ,
2632 " !**/__mocks__" ,
27- " !**/.*"
33+ " !**/.*" ,
34+ " !**/node_modules"
2835 ],
2936 "scripts" : {
3037 "test" : " jest" ,
You can’t perform that action at this time.
0 commit comments