react-native-acoustic-connect-beta 16.0.36 → 16.0.37

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.
@@ -331,6 +331,8 @@
331
331
  "${PODS_CONFIGURATION_BUILD_DIR}/EXConstants/EXConstants.bundle",
332
332
  "${PODS_CONFIGURATION_BUILD_DIR}/React-Core/AccessibilityResources.bundle",
333
333
  "${PODS_ROOT}/TealeafReactNativeDebug/SDKs/iOS/DebugTealeafReactNative/TLFResources.bundle",
334
+ "${PODS_ROOT}/../../node_modules/react-native-acoustic-connect-beta/ios/RNCxaConfig.json",
335
+ "${PODS_CONFIGURATION_BUILD_DIR}/react-native-acoustic-connect-beta/RNCxaConfig.bundle",
334
336
  );
335
337
  name = "[CP] Copy Pods Resources";
336
338
  outputPaths = (
@@ -339,6 +341,8 @@
339
341
  "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/EXConstants.bundle",
340
342
  "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/AccessibilityResources.bundle",
341
343
  "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/TLFResources.bundle",
344
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCxaConfig.json",
345
+ "${TARGET_BUILD_DIR}/${UNLOCALIZED_RESOURCES_FOLDER_PATH}/RNCxaConfig.bundle",
342
346
  );
343
347
  runOnlyForDeploymentPostprocessing = 0;
344
348
  shellPath = /bin/sh;
@@ -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.36",
18
+ "react-native-acoustic-connect-beta": "16.0.37",
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
@@ -40,5 +40,5 @@
40
40
  "verifyConnectSetup": "node scripts/verifyConnectSetup.js $INIT_CWD"
41
41
  },
42
42
  "summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
43
- "version": "16.0.36"
43
+ "version": "16.0.37"
44
44
  }