react-native-audio-api 0.4.2 → 0.4.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -15,7 +15,7 @@ buildscript {
15
15
 
16
16
  def reactNativeArchitectures() {
17
17
  def value = rootProject.getProperties().get("reactNativeArchitectures")
18
- return value ? value.split(",") : ["armeabi-v7a", "arm64-v8a"]
18
+ return value ? value.split(",") : ["armeabi-v7a", "arm64-v8a", "x86_64", "x86"]
19
19
  }
20
20
 
21
21
  def isNewArchitectureEnabled() {
Binary file
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "react-native-audio-api",
3
- "version": "0.4.2",
3
+ "version": "0.4.4",
4
4
  "description": "react-native-audio-api provides system for controlling audio in React Native environment compatible with Web Audio API specification",
5
5
  "main": "lib/commonjs/index",
6
6
  "module": "lib/module/index",