react-native-acoustic-connect-beta 16.0.15 → 16.0.16

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 @@
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.15",
18
+ "react-native-acoustic-connect-beta": "16.0.16",
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/Jenkinsfile CHANGED
@@ -51,10 +51,12 @@ pipeline {
51
51
  steps {
52
52
  echo 'Building..'
53
53
  script{
54
- echo "run using react native"
55
- runCMD("cd ${testAppDir} && yarn")
56
- runCMD("cd ${testAppDir} && yarn ios")
57
- runCMD("killall node")
54
+ if (genBuild) {
55
+ echo "run using react native"
56
+ runCMD("cd ${testAppDir} && yarn")
57
+ runCMD("cd ${testAppDir} && yarn ios")
58
+ runCMD("killall node")
59
+ }
58
60
  }
59
61
  }
60
62
  }
@@ -73,11 +75,13 @@ pipeline {
73
75
  steps {
74
76
  echo 'Building..'
75
77
  script{
76
- checkEmulatorReady()
77
- echo "run using react native"
78
- runCMD("cd ${testAppDir} && yarn")
79
- runCMD("cd ${testAppDir} && yarn android")
80
- runCMD("killall node")
78
+ if (genBuild) {
79
+ checkEmulatorReady()
80
+ echo "run using react native"
81
+ runCMD("cd ${testAppDir} && yarn")
82
+ runCMD("cd ${testAppDir} && yarn android")
83
+ runCMD("killall node")
84
+ }
81
85
  }
82
86
  }
83
87
  }
package/latestChanges CHANGED
@@ -10,7 +10,7 @@ Improvements:
10
10
 
11
11
  Our environment for this release:
12
12
 
13
- - Xcode 16.0
13
+ - Xcode 16.1
14
14
  - MacOS 15.0.1
15
15
  - iOS 13.x to 18.x
16
16
  - Supported architectures:
@@ -25,4 +25,3 @@ Known Issues
25
25
 
26
26
  - After iOS 13, library no longer supports iPad because of Apple changes in iPad OS.
27
27
  - Dual sim features are in beta. Example information using multiple carriers.
28
-
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.15"
41
+ "version": "16.0.16"
42
42
  }