react-native-acoustic-connect-beta 16.0.10 → 16.0.11
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.
|
@@ -39,7 +39,8 @@ newArchEnabled=false
|
|
|
39
39
|
|
|
40
40
|
# Use this property to enable or disable the Hermes JS engine.
|
|
41
41
|
# If set to false, you will be using JSC instead.
|
|
42
|
-
hermesEnabled=true
|
|
42
|
+
# hermesEnabled=true
|
|
43
|
+
hermesEnabled=false
|
|
43
44
|
|
|
44
45
|
# Enable GIF support in React Native images (~200 B increase)
|
|
45
46
|
expo.gif.enabled=true
|
|
@@ -15,7 +15,7 @@
|
|
|
15
15
|
"react": "18.2.0",
|
|
16
16
|
"react-dom": "18.2.0",
|
|
17
17
|
"react-native": "0.72.10",
|
|
18
|
-
"react-native-acoustic-connect-beta": "16.0.
|
|
18
|
+
"react-native-acoustic-connect-beta": "16.0.11",
|
|
19
19
|
"react-native-gesture-handler": "~2.12.0",
|
|
20
20
|
"react-native-keyboard-aware-scroll-view": "^0.9.5",
|
|
21
21
|
"react-native-reanimated": "~3.3.0",
|
package/package.json
CHANGED