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.10",
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
@@ -38,5 +38,5 @@
38
38
  "verifyConnectSetup": "node scripts/verifyConnectSetup.js $INIT_CWD"
39
39
  },
40
40
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
41
- "version": "16.0.10"
41
+ "version": "16.0.11"
42
42
  }