react-native-acoustic-connect-beta 18.0.24 → 18.0.26

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.
@@ -1,4 +1,4 @@
1
- #Tue May 26 07:16:53 PDT 2026
1
+ #Fri May 29 08:54:08 PDT 2026
2
2
  UseWhiteList=true
3
3
  PrintScreen=3
4
4
  UseRandomSample=false
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "Connect": {
3
- "AndroidVersion": "11.0.9-beta",
3
+ "AndroidVersion": "11.0.12-beta",
4
4
  "AppKey": "b6c3709b7a4c479bb4b5a9fb8fec324c",
5
5
  "KillSwitchUrl": "https://lib-us-2.brilliantcollector.com/collector/switch/b6c3709b7a4c479bb4b5a9fb8fec324c",
6
6
  "PostMessageUrl": "https://lib-us-2.brilliantcollector.com/collector/collectorPost",
package/package.json CHANGED
@@ -16,8 +16,8 @@
16
16
  "jetifier": "^1.6.3",
17
17
  "nitrogen": "0.35.4",
18
18
  "prettier-plugin-kotlin": "^2.1.0",
19
- "react": "19.0.0",
20
- "react-native": "0.78.0",
19
+ "react": "19.1.1",
20
+ "react-native": "0.82.1",
21
21
  "react-native-builder-bob": "^0.37.0",
22
22
  "react-native-nitro-modules": "0.35.4",
23
23
  "release-it": "^19.0.2",
@@ -195,8 +195,9 @@
195
195
  "source": "src/index",
196
196
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
197
197
  "types": "./lib/typescript/src/index.d.ts",
198
- "version": "18.0.24",
198
+ "version": "18.0.26",
199
199
  "workspaces": [
200
- "example"
200
+ "example",
201
+ "Examples/bare-workflow"
201
202
  ]
202
203
  }