react-native-acoustic-connect-beta 19.0.25 → 19.0.27
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.
- package/CHANGELOG.md +10 -0
- package/ConnectConfig.example.json +1 -1
- package/README.md +28 -15
- package/android/src/main/assets/ConnectAdvancedConfig.json +1 -1
- package/android/src/main/assets/ConnectBasicConfig.properties +1 -1
- package/android/src/main/java/com/acousticconnectrn/HybridAcousticConnectRN.kt +23 -64
- package/lib/typescript/src/specs/react-native-acoustic-connect.nitro.d.ts +10 -9
- package/lib/typescript/src/specs/react-native-acoustic-connect.nitro.d.ts.map +1 -1
- package/package.json +2 -9
- package/src/specs/react-native-acoustic-connect.nitro.ts +10 -9
- package/Examples/SampleUI/.bundle/config +0 -2
- package/Examples/SampleUI/.detoxrc.js +0 -83
- package/Examples/SampleUI/.eslintrc.js +0 -4
- package/Examples/SampleUI/.prettierrc.js +0 -7
- package/Examples/SampleUI/.watchmanconfig +0 -1
- package/Examples/SampleUI/App.js +0 -1
- package/Examples/SampleUI/ConnectConfig.json +0 -180
- package/Examples/SampleUI/Gemfile +0 -10
- package/Examples/SampleUI/Gemfile.lock +0 -121
- package/Examples/SampleUI/README.md +0 -79
- package/Examples/SampleUI/android/app/build.gradle +0 -129
- package/Examples/SampleUI/android/app/debug.keystore +0 -0
- package/Examples/SampleUI/android/app/proguard-rules.pro +0 -10
- package/Examples/SampleUI/android/app/src/debug/AndroidManifest.xml +0 -9
- package/Examples/SampleUI/android/app/src/main/AndroidManifest.xml +0 -31
- package/Examples/SampleUI/android/app/src/main/java/com/sampleui/MainActivity.kt +0 -30
- package/Examples/SampleUI/android/app/src/main/java/com/sampleui/MainApplication.kt +0 -53
- package/Examples/SampleUI/android/app/src/main/res/drawable/rn_edit_text_material.xml +0 -37
- package/Examples/SampleUI/android/app/src/main/res/mipmap-hdpi/ic_launcher.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-hdpi/ic_launcher_round.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-mdpi/ic_launcher.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-mdpi/ic_launcher_round.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-xhdpi/ic_launcher.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-xxhdpi/ic_launcher.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png +0 -0
- package/Examples/SampleUI/android/app/src/main/res/values/strings.xml +0 -3
- package/Examples/SampleUI/android/app/src/main/res/values/styles.xml +0 -9
- package/Examples/SampleUI/android/build.gradle +0 -21
- package/Examples/SampleUI/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/Examples/SampleUI/android/gradle/wrapper/gradle-wrapper.properties +0 -7
- package/Examples/SampleUI/android/gradle.properties +0 -39
- package/Examples/SampleUI/android/gradlew +0 -252
- package/Examples/SampleUI/android/gradlew.bat +0 -94
- package/Examples/SampleUI/android/settings.gradle +0 -21
- package/Examples/SampleUI/app.json +0 -51
- package/Examples/SampleUI/assets/fonts/Abel-Regular.ttf +0 -0
- package/Examples/SampleUI/assets/fonts/NotoSans-Regular.ttf +0 -0
- package/Examples/SampleUI/assets/images/android-icon.png +0 -0
- package/Examples/SampleUI/assets/images/artist-1.jpg +0 -0
- package/Examples/SampleUI/assets/images/artist-2.jpg +0 -0
- package/Examples/SampleUI/assets/images/avatar.png +0 -0
- package/Examples/SampleUI/assets/images/beach.jpg +0 -0
- package/Examples/SampleUI/assets/images/bridge.jpg +0 -0
- package/Examples/SampleUI/assets/images/chameleon.jpg +0 -0
- package/Examples/SampleUI/assets/images/city.jpg +0 -0
- package/Examples/SampleUI/assets/images/email-icon.png +0 -0
- package/Examples/SampleUI/assets/images/favorite.png +0 -0
- package/Examples/SampleUI/assets/images/forest.jpg +0 -0
- package/Examples/SampleUI/assets/images/paper-icon.png +0 -0
- package/Examples/SampleUI/assets/images/players-2.jpg +0 -0
- package/Examples/SampleUI/assets/images/players.jpg +0 -0
- package/Examples/SampleUI/assets/images/restaurant-1.jpg +0 -0
- package/Examples/SampleUI/assets/images/restaurant-2.jpg +0 -0
- package/Examples/SampleUI/assets/images/song-1.jpg +0 -0
- package/Examples/SampleUI/assets/images/song-2.jpg +0 -0
- package/Examples/SampleUI/assets/images/splash.png +0 -0
- package/Examples/SampleUI/assets/images/strawberries.jpg +0 -0
- package/Examples/SampleUI/assets/images/wrecked-ship.jpg +0 -0
- package/Examples/SampleUI/assets/styles/fonts.css +0 -47
- package/Examples/SampleUI/babel.config.js +0 -22
- package/Examples/SampleUI/index.js +0 -9
- package/Examples/SampleUI/ios/.xcode.env +0 -11
- package/Examples/SampleUI/ios/Podfile +0 -71
- package/Examples/SampleUI/ios/Podfile.lock +0 -2276
- package/Examples/SampleUI/ios/SampleUI/AppDelegate.h +0 -7
- package/Examples/SampleUI/ios/SampleUI/AppDelegate.mm +0 -31
- package/Examples/SampleUI/ios/SampleUI/Images.xcassets/AppIcon.appiconset/Contents.json +0 -53
- package/Examples/SampleUI/ios/SampleUI/Images.xcassets/Contents.json +0 -6
- package/Examples/SampleUI/ios/SampleUI/Info.plist +0 -52
- package/Examples/SampleUI/ios/SampleUI/LaunchScreen.storyboard +0 -47
- package/Examples/SampleUI/ios/SampleUI/PrivacyInfo.xcprivacy +0 -48
- package/Examples/SampleUI/ios/SampleUI/main.m +0 -10
- package/Examples/SampleUI/ios/SampleUI.xcodeproj/project.pbxproj +0 -785
- package/Examples/SampleUI/ios/SampleUI.xcodeproj/xcshareddata/xcschemes/SampleUI.xcscheme +0 -105
- package/Examples/SampleUI/ios/SampleUI.xcworkspace/contents.xcworkspacedata +0 -10
- package/Examples/SampleUI/ios/SampleUITests/Info.plist +0 -24
- package/Examples/SampleUI/ios/SampleUITests/SampleUITests.m +0 -66
- package/Examples/SampleUI/jest.config.js +0 -3
- package/Examples/SampleUI/metro.config.js +0 -54
- package/Examples/SampleUI/package.json +0 -65
- package/Examples/SampleUI/scripts/integration-test-android.sh +0 -292
- package/Examples/SampleUI/src/DrawerItems.tsx +0 -322
- package/Examples/SampleUI/src/ExampleList.tsx +0 -175
- package/Examples/SampleUI/src/Examples/ActivityIndicatorExample.tsx +0 -73
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/AnimatedFABExample.tsx +0 -220
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/CustomFAB.tsx +0 -70
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/CustomFABControls.tsx +0 -146
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/index.ts +0 -1
- package/Examples/SampleUI/src/Examples/AppbarExample.tsx +0 -263
- package/Examples/SampleUI/src/Examples/AvatarExample.tsx +0 -76
- package/Examples/SampleUI/src/Examples/BadgeExample.tsx +0 -97
- package/Examples/SampleUI/src/Examples/BannerExample.tsx +0 -152
- package/Examples/SampleUI/src/Examples/BottomNavigationBarExample.tsx +0 -94
- package/Examples/SampleUI/src/Examples/BottomNavigationExample.tsx +0 -205
- package/Examples/SampleUI/src/Examples/ButtonExample.tsx +0 -405
- package/Examples/SampleUI/src/Examples/CardExample.tsx +0 -245
- package/Examples/SampleUI/src/Examples/CheckboxExample.tsx +0 -87
- package/Examples/SampleUI/src/Examples/CheckboxItemExample.tsx +0 -72
- package/Examples/SampleUI/src/Examples/ChipExample.tsx +0 -432
- package/Examples/SampleUI/src/Examples/DataTableExample.tsx +0 -128
- package/Examples/SampleUI/src/Examples/DialogExample.tsx +0 -217
- package/Examples/SampleUI/src/Examples/Dialogs/DialogTextComponent.tsx +0 -31
- package/Examples/SampleUI/src/Examples/Dialogs/DialogTrackingTest.tsx +0 -307
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithCustomColors.tsx +0 -57
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithDismissableBackButton.tsx +0 -38
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithIcon.tsx +0 -42
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithLoadingIndicator.tsx +0 -48
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithLongText.tsx +0 -81
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithRadioBtns.tsx +0 -111
- package/Examples/SampleUI/src/Examples/Dialogs/UndismissableDialog.tsx +0 -30
- package/Examples/SampleUI/src/Examples/Dialogs/index.tsx +0 -44
- package/Examples/SampleUI/src/Examples/DividerExample.tsx +0 -30
- package/Examples/SampleUI/src/Examples/FABExample.tsx +0 -226
- package/Examples/SampleUI/src/Examples/IconButtonExample.tsx +0 -230
- package/Examples/SampleUI/src/Examples/IconExample.tsx +0 -50
- package/Examples/SampleUI/src/Examples/ListAccordionExample.tsx +0 -65
- package/Examples/SampleUI/src/Examples/ListAccordionGroupExample.tsx +0 -80
- package/Examples/SampleUI/src/Examples/ListItemExample.tsx +0 -310
- package/Examples/SampleUI/src/Examples/ListSectionExample.tsx +0 -159
- package/Examples/SampleUI/src/Examples/MaterialBottomTabNavigatorExample.tsx +0 -87
- package/Examples/SampleUI/src/Examples/MenuExample.tsx +0 -211
- package/Examples/SampleUI/src/Examples/ProgressBarExample.tsx +0 -142
- package/Examples/SampleUI/src/Examples/RadioButtonExample.tsx +0 -104
- package/Examples/SampleUI/src/Examples/RadioButtonGroupExample.tsx +0 -67
- package/Examples/SampleUI/src/Examples/RadioButtonItemExample.tsx +0 -77
- package/Examples/SampleUI/src/Examples/SearchbarExample.tsx +0 -249
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonCustomColorCheck.tsx +0 -93
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonDefault.tsx +0 -49
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonDisabled.tsx +0 -47
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselect.tsx +0 -50
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselectIcons.tsx +0 -49
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselectRealCase.tsx +0 -114
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonOnlyIcons.tsx +0 -40
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonOnlyIconsWithCheck.tsx +0 -43
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonRealCase.tsx +0 -97
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonWithDensity.tsx +0 -47
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonWithSelectedCheck.tsx +0 -52
- package/Examples/SampleUI/src/Examples/SegmentedButtons/index.ts +0 -9
- package/Examples/SampleUI/src/Examples/SegmentedButtonsExample.tsx +0 -57
- package/Examples/SampleUI/src/Examples/SnackbarExample.tsx +0 -141
- package/Examples/SampleUI/src/Examples/SurfaceExample.tsx +0 -130
- package/Examples/SampleUI/src/Examples/SwitchExample.tsx +0 -105
- package/Examples/SampleUI/src/Examples/TeamDetails.tsx +0 -291
- package/Examples/SampleUI/src/Examples/TeamsList.tsx +0 -57
- package/Examples/SampleUI/src/Examples/TextExample.tsx +0 -132
- package/Examples/SampleUI/src/Examples/TextInputExample.tsx +0 -914
- package/Examples/SampleUI/src/Examples/ThemeExample.tsx +0 -41
- package/Examples/SampleUI/src/Examples/ThemingWithReactNavigation.tsx +0 -75
- package/Examples/SampleUI/src/Examples/ToggleButtonExample.tsx +0 -128
- package/Examples/SampleUI/src/Examples/TooltipExample.tsx +0 -191
- package/Examples/SampleUI/src/Examples/TouchableRippleExample.tsx +0 -37
- package/Examples/SampleUI/src/RootNavigator.tsx +0 -95
- package/Examples/SampleUI/src/ScreenWrapper.tsx +0 -67
- package/Examples/SampleUI/src/components/ActivityIndicator.tsx +0 -254
- package/Examples/SampleUI/src/components/Appbar/Appbar.tsx +0 -364
- package/Examples/SampleUI/src/components/Appbar/AppbarAction.tsx +0 -132
- package/Examples/SampleUI/src/components/Appbar/AppbarBackAction.tsx +0 -77
- package/Examples/SampleUI/src/components/Appbar/AppbarBackIcon.tsx +0 -52
- package/Examples/SampleUI/src/components/Appbar/AppbarContent.tsx +0 -249
- package/Examples/SampleUI/src/components/Appbar/AppbarHeader.tsx +0 -174
- package/Examples/SampleUI/src/components/Appbar/index.ts +0 -22
- package/Examples/SampleUI/src/components/Appbar/utils.ts +0 -188
- package/Examples/SampleUI/src/components/Avatar/Avatar.tsx +0 -8
- package/Examples/SampleUI/src/components/Avatar/AvatarIcon.tsx +0 -87
- package/Examples/SampleUI/src/components/Avatar/AvatarImage.tsx +0 -128
- package/Examples/SampleUI/src/components/Avatar/AvatarText.tsx +0 -127
- package/Examples/SampleUI/src/components/Badge.tsx +0 -138
- package/Examples/SampleUI/src/components/Banner.tsx +0 -302
- package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigation.tsx +0 -643
- package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigationBar.tsx +0 -1039
- package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigationRouteScreen.tsx +0 -31
- package/Examples/SampleUI/src/components/BottomNavigation/utils.ts +0 -70
- package/Examples/SampleUI/src/components/Button/Button.tsx +0 -503
- package/Examples/SampleUI/src/components/Button/utils.tsx +0 -272
- package/Examples/SampleUI/src/components/Card/Card.tsx +0 -373
- package/Examples/SampleUI/src/components/Card/CardActions.tsx +0 -74
- package/Examples/SampleUI/src/components/Card/CardContent.tsx +0 -99
- package/Examples/SampleUI/src/components/Card/CardCover.tsx +0 -96
- package/Examples/SampleUI/src/components/Card/CardTitle.tsx +0 -236
- package/Examples/SampleUI/src/components/Card/utils.tsx +0 -110
- package/Examples/SampleUI/src/components/Checkbox/Checkbox.tsx +0 -78
- package/Examples/SampleUI/src/components/Checkbox/CheckboxAndroid.tsx +0 -180
- package/Examples/SampleUI/src/components/Checkbox/CheckboxIOS.tsx +0 -104
- package/Examples/SampleUI/src/components/Checkbox/CheckboxItem.tsx +0 -236
- package/Examples/SampleUI/src/components/Checkbox/index.ts +0 -19
- package/Examples/SampleUI/src/components/Checkbox/utils.ts +0 -183
- package/Examples/SampleUI/src/components/Chip/Chip.tsx +0 -513
- package/Examples/SampleUI/src/components/Chip/helpers.tsx +0 -322
- package/Examples/SampleUI/src/components/CrossFadeIcon.tsx +0 -140
- package/Examples/SampleUI/src/components/DataTable/DataTable.tsx +0 -138
- package/Examples/SampleUI/src/components/DataTable/DataTableCell.tsx +0 -132
- package/Examples/SampleUI/src/components/DataTable/DataTableHeader.tsx +0 -82
- package/Examples/SampleUI/src/components/DataTable/DataTablePagination.tsx +0 -407
- package/Examples/SampleUI/src/components/DataTable/DataTableRow.tsx +0 -107
- package/Examples/SampleUI/src/components/DataTable/DataTableTitle.tsx +0 -208
- package/Examples/SampleUI/src/components/Dialog/Dialog.tsx +0 -191
- package/Examples/SampleUI/src/components/Dialog/DialogActions.tsx +0 -94
- package/Examples/SampleUI/src/components/Dialog/DialogContent.tsx +0 -54
- package/Examples/SampleUI/src/components/Dialog/DialogIcon.tsx +0 -100
- package/Examples/SampleUI/src/components/Dialog/DialogScrollArea.tsx +0 -88
- package/Examples/SampleUI/src/components/Dialog/DialogTitle.tsx +0 -94
- package/Examples/SampleUI/src/components/Divider.tsx +0 -102
- package/Examples/SampleUI/src/components/Drawer/Drawer.tsx +0 -8
- package/Examples/SampleUI/src/components/Drawer/DrawerCollapsedItem.tsx +0 -282
- package/Examples/SampleUI/src/components/Drawer/DrawerItem.tsx +0 -209
- package/Examples/SampleUI/src/components/Drawer/DrawerSection.tsx +0 -138
- package/Examples/SampleUI/src/components/FAB/AnimatedFAB.tsx +0 -619
- package/Examples/SampleUI/src/components/FAB/FAB.tsx +0 -371
- package/Examples/SampleUI/src/components/FAB/FABGroup.tsx +0 -532
- package/Examples/SampleUI/src/components/FAB/index.ts +0 -13
- package/Examples/SampleUI/src/components/FAB/utils.ts +0 -474
- package/Examples/SampleUI/src/components/HelperText/HelperText.tsx +0 -168
- package/Examples/SampleUI/src/components/HelperText/utils.ts +0 -30
- package/Examples/SampleUI/src/components/Icon.tsx +0 -170
- package/Examples/SampleUI/src/components/IconButton/IconButton.tsx +0 -234
- package/Examples/SampleUI/src/components/IconButton/utils.ts +0 -190
- package/Examples/SampleUI/src/components/List/List.tsx +0 -20
- package/Examples/SampleUI/src/components/List/ListAccordion.tsx +0 -391
- package/Examples/SampleUI/src/components/List/ListAccordionGroup.tsx +0 -88
- package/Examples/SampleUI/src/components/List/ListIcon.tsx +0 -79
- package/Examples/SampleUI/src/components/List/ListImage.tsx +0 -89
- package/Examples/SampleUI/src/components/List/ListItem.tsx +0 -313
- package/Examples/SampleUI/src/components/List/ListSection.tsx +0 -87
- package/Examples/SampleUI/src/components/List/ListSubheader.tsx +0 -79
- package/Examples/SampleUI/src/components/List/utils.ts +0 -113
- package/Examples/SampleUI/src/components/MaterialCommunityIcon.tsx +0 -121
- package/Examples/SampleUI/src/components/Menu/Menu.tsx +0 -711
- package/Examples/SampleUI/src/components/Menu/MenuItem.tsx +0 -257
- package/Examples/SampleUI/src/components/Menu/utils.ts +0 -110
- package/Examples/SampleUI/src/components/Modal.tsx +0 -245
- package/Examples/SampleUI/src/components/Portal/Portal.tsx +0 -69
- package/Examples/SampleUI/src/components/Portal/PortalConsumer.tsx +0 -44
- package/Examples/SampleUI/src/components/Portal/PortalHost.tsx +0 -143
- package/Examples/SampleUI/src/components/Portal/PortalManager.tsx +0 -54
- package/Examples/SampleUI/src/components/ProgressBar.tsx +0 -292
- package/Examples/SampleUI/src/components/RadioButton/RadioButton.tsx +0 -86
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonAndroid.tsx +0 -202
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonGroup.tsx +0 -67
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonIOS.tsx +0 -130
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonItem.tsx +0 -268
- package/Examples/SampleUI/src/components/RadioButton/index.ts +0 -22
- package/Examples/SampleUI/src/components/RadioButton/utils.ts +0 -37
- package/Examples/SampleUI/src/components/Searchbar.tsx +0 -459
- package/Examples/SampleUI/src/components/SegmentedButtons/SegmentedButtonItem.tsx +0 -271
- package/Examples/SampleUI/src/components/SegmentedButtons/SegmentedButtons.tsx +0 -197
- package/Examples/SampleUI/src/components/SegmentedButtons/utils.ts +0 -179
- package/Examples/SampleUI/src/components/Snackbar.tsx +0 -430
- package/Examples/SampleUI/src/components/Surface.tsx +0 -376
- package/Examples/SampleUI/src/components/Switch/Switch.tsx +0 -108
- package/Examples/SampleUI/src/components/Switch/utils.ts +0 -113
- package/Examples/SampleUI/src/components/TextInput/Addons/Outline.tsx +0 -64
- package/Examples/SampleUI/src/components/TextInput/Addons/Underline.tsx +0 -78
- package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputAdornment.tsx +0 -208
- package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputAffix.tsx +0 -212
- package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputIcon.tsx +0 -195
- package/Examples/SampleUI/src/components/TextInput/Adornment/enums.tsx +0 -12
- package/Examples/SampleUI/src/components/TextInput/Adornment/types.tsx +0 -11
- package/Examples/SampleUI/src/components/TextInput/Adornment/utils.ts +0 -48
- package/Examples/SampleUI/src/components/TextInput/Label/InputLabel.tsx +0 -217
- package/Examples/SampleUI/src/components/TextInput/Label/LabelBackground.tsx +0 -100
- package/Examples/SampleUI/src/components/TextInput/TextInput.tsx +0 -572
- package/Examples/SampleUI/src/components/TextInput/TextInputFlat.tsx +0 -475
- package/Examples/SampleUI/src/components/TextInput/TextInputOutlined.tsx +0 -450
- package/Examples/SampleUI/src/components/TextInput/constants.tsx +0 -48
- package/Examples/SampleUI/src/components/TextInput/helpers.tsx +0 -612
- package/Examples/SampleUI/src/components/TextInput/types.tsx +0 -155
- package/Examples/SampleUI/src/components/ToggleButton/ToggleButton.tsx +0 -187
- package/Examples/SampleUI/src/components/ToggleButton/ToggleButtonGroup.tsx +0 -72
- package/Examples/SampleUI/src/components/ToggleButton/ToggleButtonRow.tsx +0 -107
- package/Examples/SampleUI/src/components/ToggleButton/index.ts +0 -16
- package/Examples/SampleUI/src/components/ToggleButton/utils.ts +0 -26
- package/Examples/SampleUI/src/components/Tooltip/Tooltip.tsx +0 -249
- package/Examples/SampleUI/src/components/Tooltip/utils.ts +0 -129
- package/Examples/SampleUI/src/components/TouchableRipple/Pressable.tsx +0 -41
- package/Examples/SampleUI/src/components/TouchableRipple/TouchableRipple.native.tsx +0 -145
- package/Examples/SampleUI/src/components/TouchableRipple/TouchableRipple.tsx +0 -317
- package/Examples/SampleUI/src/components/TouchableRipple/utils.ts +0 -66
- package/Examples/SampleUI/src/components/Typography/AnimatedText.tsx +0 -107
- package/Examples/SampleUI/src/components/Typography/Text.tsx +0 -184
- package/Examples/SampleUI/src/components/Typography/types.tsx +0 -5
- package/Examples/SampleUI/src/components/Typography/v2/Caption.tsx +0 -50
- package/Examples/SampleUI/src/components/Typography/v2/Headline.tsx +0 -52
- package/Examples/SampleUI/src/components/Typography/v2/Paragraph.tsx +0 -49
- package/Examples/SampleUI/src/components/Typography/v2/StyledText.tsx +0 -56
- package/Examples/SampleUI/src/components/Typography/v2/Subheading.tsx +0 -50
- package/Examples/SampleUI/src/components/Typography/v2/Text.tsx +0 -62
- package/Examples/SampleUI/src/components/Typography/v2/Title.tsx +0 -49
- package/Examples/SampleUI/src/components/Typography/v2/index.ts +0 -5
- package/Examples/SampleUI/src/core/PaperProvider.tsx +0 -122
- package/Examples/SampleUI/src/core/SafeAreaProviderCompat.tsx +0 -65
- package/Examples/SampleUI/src/core/settings.tsx +0 -23
- package/Examples/SampleUI/src/core/theming.tsx +0 -170
- package/Examples/SampleUI/src/index.native.tsx +0 -285
- package/Examples/SampleUI/src/index.tsx +0 -226
- package/Examples/SampleUI/src/react-navigation/index.tsx +0 -19
- package/Examples/SampleUI/src/react-navigation/navigators/createMaterialBottomTabNavigator.tsx +0 -72
- package/Examples/SampleUI/src/react-navigation/types.tsx +0 -126
- package/Examples/SampleUI/src/react-navigation/views/MaterialBottomTabView.tsx +0 -140
- package/Examples/SampleUI/src/styles/fonts.tsx +0 -143
- package/Examples/SampleUI/src/styles/overlay.tsx +0 -70
- package/Examples/SampleUI/src/styles/shadow.tsx +0 -109
- package/Examples/SampleUI/src/styles/themes/index.ts +0 -4
- package/Examples/SampleUI/src/styles/themes/v2/DarkTheme.tsx +0 -30
- package/Examples/SampleUI/src/styles/themes/v2/LightTheme.tsx +0 -30
- package/Examples/SampleUI/src/styles/themes/v2/colors.tsx +0 -277
- package/Examples/SampleUI/src/styles/themes/v3/DarkTheme.tsx +0 -66
- package/Examples/SampleUI/src/styles/themes/v3/LightTheme.tsx +0 -69
- package/Examples/SampleUI/src/styles/themes/v3/tokens.tsx +0 -230
- package/Examples/SampleUI/src/utils/BackHandler/BackHandler.native.tsx +0 -3
- package/Examples/SampleUI/src/utils/BackHandler/BackHandler.tsx +0 -11
- package/Examples/SampleUI/src/utils/addEventListener.tsx +0 -56
- package/Examples/SampleUI/src/utils/forwardRef.tsx +0 -23
- package/Examples/SampleUI/src/utils/getContrastingColor.tsx +0 -15
- package/Examples/SampleUI/src/utils/hasTouchHandler.tsx +0 -23
- package/Examples/SampleUI/src/utils/roundLayoutSize.ts +0 -2
- package/Examples/SampleUI/src/utils/splitStyles.ts +0 -60
- package/Examples/SampleUI/src/utils/useAnimatedValue.tsx +0 -9
- package/Examples/SampleUI/src/utils/useAnimatedValueArray.tsx +0 -13
- package/Examples/SampleUI/src/utils/useIsKeyboardShown.tsx +0 -55
- package/Examples/SampleUI/src/utils/useLayout.tsx +0 -29
- package/Examples/SampleUI/src/utils/useLazyRef.tsx +0 -11
- package/Examples/SampleUI/tsconfig.json +0 -3
- package/Examples/SampleUI/utils/index.ts +0 -1426
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,13 @@
|
|
|
1
|
+
## 19.0.27 (2026-09-14)
|
|
2
|
+
|
|
3
|
+
### Reverts
|
|
4
|
+
|
|
5
|
+
* Revert "Beta ReactNativeConnect build: 18.0.36" ([609ad7d](https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta/commit/609ad7d3244ec06f27dced5864d40585c5b3c9cf))
|
|
6
|
+
## 19.0.26 (2026-09-11)
|
|
7
|
+
|
|
8
|
+
### Reverts
|
|
9
|
+
|
|
10
|
+
* Revert "Beta ReactNativeConnect build: 18.0.36" ([609ad7d](https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta/commit/609ad7d3244ec06f27dced5864d40585c5b3c9cf))
|
|
1
11
|
## 19.0.25 (2026-09-11)
|
|
2
12
|
|
|
3
13
|
### Reverts
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"Connect": {
|
|
3
3
|
"AndroidNotificationIconResName": "ic_notification",
|
|
4
|
-
"AndroidVersion": "11.0.
|
|
4
|
+
"AndroidVersion": "11.0.28-beta",
|
|
5
5
|
"AppKey": "YOUR_CONNECT_APP_KEY_HERE",
|
|
6
6
|
"KillSwitchUrl": "YOUR_KILL_SWITCH_URL_HERE",
|
|
7
7
|
"PostMessageUrl": "YOUR_POST_MESSAGE_URL_HERE",
|
package/README.md
CHANGED
|
@@ -473,23 +473,22 @@ const pageView: SignalValues = {
|
|
|
473
473
|
AcousticConnectRN.logSignal(pageView, 1)
|
|
474
474
|
```
|
|
475
475
|
|
|
476
|
-
> **Android:
|
|
477
|
-
> signal serializer
|
|
478
|
-
>
|
|
479
|
-
>
|
|
480
|
-
>
|
|
476
|
+
> **Android: top-level numbers need Connect Android 11.0.24-beta or newer.**
|
|
477
|
+
> Android's signal serializer gained a number branch in Connect Android
|
|
478
|
+
> **11.0.24-beta**; from that version a top-level numeric value is carried, the
|
|
479
|
+
> same as on iOS. Earlier versions carried strings, booleans, objects and arrays
|
|
480
|
+
> at the top level but dropped a top-level number. Numbers nested inside an
|
|
481
|
+
> object or array were never affected on either platform.
|
|
482
|
+
>
|
|
483
|
+
> Both versions sit inside the `[11.0.11, 12.0.0)` range this package accepts,
|
|
484
|
+
> and the Android dependency floats to the newest published build unless you pin
|
|
485
|
+
> it, so most integrations get the new behaviour. Nest the number if you pin an
|
|
486
|
+
> older one:
|
|
481
487
|
>
|
|
482
488
|
> ```ts
|
|
483
|
-
> AcousticConnectRN.logSignal({ cart: { items: 3 } }, 1) //
|
|
484
|
-
> AcousticConnectRN.logSignal({ items: 3 }, 1) // iOS
|
|
489
|
+
> AcousticConnectRN.logSignal({ cart: { items: 3 } }, 1) // any supported version
|
|
490
|
+
> AcousticConnectRN.logSignal({ items: 3 }, 1) // iOS, + Android 11.0.24-beta and newer
|
|
485
491
|
> ```
|
|
486
|
-
>
|
|
487
|
-
> The Android bridge logs a warning naming the keys the SDK is about to
|
|
488
|
-
> discard, so the loss shows up in `logcat` instead of only in a dashboard
|
|
489
|
-
> that never fills in. It does not coerce the value: making the number survive
|
|
490
|
-
> as a JSON string would replace a missing field with a differently-typed one
|
|
491
|
-
> and diverge from iOS in a new way. The fix belongs in the Android SDK's
|
|
492
|
-
> serializer.
|
|
493
492
|
|
|
494
493
|
### `AcousticConnectRN.logCustomEvent(eventName, values, level): boolean`
|
|
495
494
|
|
|
@@ -758,7 +757,21 @@ instead — each call captures the layout as it stands at that moment.
|
|
|
758
757
|
Leaving the block out entirely gives you 500 ms as well. That is the wrapper's
|
|
759
758
|
default, chosen so both platforms behave the same; the native SDKs' own bundled
|
|
760
759
|
defaults differ from each other and are tuned for the lifecycle trigger rather
|
|
761
|
-
than the React Navigation one.
|
|
760
|
+
than the React Navigation one. Internally, omitting the second argument to
|
|
761
|
+
`TLTRN.logScreenLayout` sends a sentinel (`-1`) that both bridges resolve to
|
|
762
|
+
this configured value; any value the caller passes explicitly (`>= 0`) is used
|
|
763
|
+
as-is instead, bypassing the config lookup for that one call.
|
|
764
|
+
|
|
765
|
+
A near-zero value is not a request for faster captures. On iOS the
|
|
766
|
+
auto-instrumentation capture is triggered off the view-controller lifecycle,
|
|
767
|
+
and a delay close to `0` lets that trigger re-fire against the same screen far
|
|
768
|
+
faster than the app can settle — hundreds of captures within a couple of
|
|
769
|
+
hundred milliseconds while the app just sits idle, rather than one per actual
|
|
770
|
+
transition. The visible symptom is a runaway capture loop: a "Refreshing…"
|
|
771
|
+
indicator that stays up continuously instead of the brief one after a normal
|
|
772
|
+
transition. The SDK enforces no floor on this value, so `1` (millisecond) is
|
|
773
|
+
accepted and is exactly what produces the loop. Keep `CaptureLayoutDelay` at
|
|
774
|
+
`500` or raise it per screen — never lower it toward `0`.
|
|
762
775
|
|
|
763
776
|
#### Where screen-view and layout messages come from, and how to reduce duplicates
|
|
764
777
|
|
|
@@ -24,7 +24,7 @@
|
|
|
24
24
|
"IpPlaceholder": "N/A",
|
|
25
25
|
"KillSwitchAsync": true,
|
|
26
26
|
"KillSwitchDelay": 300,
|
|
27
|
-
"LibraryVersion": "11.0.
|
|
27
|
+
"LibraryVersion": "11.0.28-beta",
|
|
28
28
|
"LogFullRequestResponsePayloads": true,
|
|
29
29
|
"MessageTypeHeader": "WorklightHit",
|
|
30
30
|
"MessageTypes": "4,5",
|
|
@@ -1481,35 +1481,26 @@ class HybridAcousticConnectRN : HybridAcousticConnectRNSpec(),
|
|
|
1481
1481
|
*
|
|
1482
1482
|
* The rebuild is mandatory, not cosmetic. The SDK serializes the signal
|
|
1483
1483
|
* through EOCore's `JsonUtil.getHashValues`, which walks the top-level
|
|
1484
|
-
* entries and accumulates only `String`, `Boolean`, `
|
|
1485
|
-
* `JSONArray` and `ByteArray` —
|
|
1486
|
-
* a nested `Map`/`List` handed
|
|
1487
|
-
*
|
|
1488
|
-
* survive the wire.
|
|
1484
|
+
* entries and accumulates only `String`, `Boolean`, `Number` (from Connect
|
|
1485
|
+
* Android 11.0.24-beta), `JSONObject`, `JSONArray` and `ByteArray` —
|
|
1486
|
+
* anything else is **silently dropped**. So a nested `Map`/`List` handed
|
|
1487
|
+
* over as-is would vanish from the emitted signal without any error.
|
|
1488
|
+
* Converting here is what makes nested payloads survive the wire.
|
|
1489
1489
|
*
|
|
1490
1490
|
* `null` becomes [JSONObject.NULL] rather than a Kotlin `null`, which
|
|
1491
1491
|
* `org.json` requires for an explicit JSON `null`.
|
|
1492
1492
|
*
|
|
1493
|
-
*
|
|
1494
|
-
*
|
|
1495
|
-
*
|
|
1496
|
-
*
|
|
1497
|
-
*
|
|
1498
|
-
* [JSONObject]/[JSONArray] is
|
|
1499
|
-
*
|
|
1500
|
-
*
|
|
1501
|
-
*
|
|
1502
|
-
*
|
|
1503
|
-
*
|
|
1504
|
-
* JSON number in a *new* way and silently changing the shape of data
|
|
1505
|
-
* already-shipping clients receive; and there is no `org.json` wrapper that
|
|
1506
|
-
* `getHashValues` accepts and that serializes as a bare number, so the
|
|
1507
|
-
* shape cannot be preserved either. The real fix is a `Number` branch in
|
|
1508
|
-
* `getHashValues` (Android SDK).
|
|
1509
|
-
*
|
|
1510
|
-
* What this method does do is [warnAboutDroppedTopLevelNumbers] — name the
|
|
1511
|
-
* keys the SDK is about to discard, so the loss is visible in logcat
|
|
1512
|
-
* instead of silent.
|
|
1493
|
+
* Version boundary — **top-level** numbers. `getHashValues` gained a
|
|
1494
|
+
* `Number` branch in Connect Android 11.0.24-beta and accumulates the boxed
|
|
1495
|
+
* value as-is, so a top-level number now reaches the wire. On earlier builds
|
|
1496
|
+
* its `instanceof` ladder had no such branch, the entry was skipped with no
|
|
1497
|
+
* error, and nothing here could rescue it. Numbers nested inside an object
|
|
1498
|
+
* or array were never affected — the enclosing [JSONObject]/[JSONArray] is
|
|
1499
|
+
* built here, so `org.json` serializes them normally — and iOS has always
|
|
1500
|
+
* carried top-level numbers. Both sides of the boundary sit inside the
|
|
1501
|
+
* `[11.0.11, 12.0.0)` range this bridge accepts, so an integration pinning
|
|
1502
|
+
* an older Connect version still sees the old behaviour; nesting a number
|
|
1503
|
+
* is portable across the whole range.
|
|
1513
1504
|
*
|
|
1514
1505
|
* A [JSONException] aborts the whole payload rather than escaping to the
|
|
1515
1506
|
* caller. Non-finite numbers are the case that raises it: `org.json`
|
|
@@ -1536,44 +1527,9 @@ class HybridAcousticConnectRN : HybridAcousticConnectRNSpec(),
|
|
|
1536
1527
|
Log.w(TAG, "[bridge] logSignal payload is not representable as JSON — dropping it: ${e.message}")
|
|
1537
1528
|
return HashMap()
|
|
1538
1529
|
}
|
|
1539
|
-
warnAboutDroppedTopLevelNumbers(map)
|
|
1540
1530
|
return map
|
|
1541
1531
|
}
|
|
1542
1532
|
|
|
1543
|
-
/**
|
|
1544
|
-
* Logs a warning naming the top-level numeric keys that the SDK's signal
|
|
1545
|
-
* serializer will discard (see [toSignalPayload] for why it does).
|
|
1546
|
-
*
|
|
1547
|
-
* The point is purely to stop the loss being silent. Before this, a JS
|
|
1548
|
-
* `logSignal({ orderTotal: 24.99 })` returned `true`, emitted a type-21
|
|
1549
|
-
* message, and simply had no `orderTotal` in it — indistinguishable, from
|
|
1550
|
-
* the caller's side, from a signal that arrived intact. The same call on
|
|
1551
|
-
* iOS carries the value, so a cross-platform dashboard shows the metric
|
|
1552
|
-
* populated on one platform and empty on the other with nothing anywhere
|
|
1553
|
-
* to explain it.
|
|
1554
|
-
*
|
|
1555
|
-
* Iterates the already-converted map so it reflects exactly what is handed
|
|
1556
|
-
* to the SDK. Booleans and strings are not mentioned: `getHashValues`
|
|
1557
|
-
* accumulates both.
|
|
1558
|
-
*
|
|
1559
|
-
* @param payload The converted payload, as returned to `logSignal`.
|
|
1560
|
-
*/
|
|
1561
|
-
private fun warnAboutDroppedTopLevelNumbers(payload: Map<String?, Any?>) {
|
|
1562
|
-
val dropped = payload.entries
|
|
1563
|
-
.filter { it.value is Number }
|
|
1564
|
-
.mapNotNull { it.key }
|
|
1565
|
-
if (dropped.isEmpty()) {
|
|
1566
|
-
return
|
|
1567
|
-
}
|
|
1568
|
-
Log.w(
|
|
1569
|
-
TAG,
|
|
1570
|
-
"[bridge] logSignal: top-level numeric value(s) ${dropped.sorted()} will be dropped by the " +
|
|
1571
|
-
"Android SDK's signal serializer, which accumulates only strings, booleans and nested " +
|
|
1572
|
-
"JSON. iOS sends them. Nest the value under an object to carry it on both platforms, " +
|
|
1573
|
-
"e.g. { cart: { total: 24.99 } } instead of { total: 24.99 }."
|
|
1574
|
-
)
|
|
1575
|
-
}
|
|
1576
|
-
|
|
1577
1533
|
/**
|
|
1578
1534
|
* Recursive helper for [toSignalPayload]. Maps Kotlin containers onto their
|
|
1579
1535
|
* `org.json` equivalents and leaves scalars alone.
|
|
@@ -1603,12 +1559,15 @@ class HybridAcousticConnectRN : HybridAcousticConnectRNSpec(),
|
|
|
1603
1559
|
for (element in value) put(toJsonValue(element))
|
|
1604
1560
|
}
|
|
1605
1561
|
// Checked here rather than left to `org.json`. A non-finite number
|
|
1606
|
-
// nested in an object or array
|
|
1562
|
+
// nested in an object or array is rejected by that container's
|
|
1607
1563
|
// `put`, but a TOP-LEVEL one is only ever handed to `HashMap.put`,
|
|
1608
1564
|
// which accepts anything — so without this the payload would reach
|
|
1609
|
-
// the SDK and
|
|
1610
|
-
//
|
|
1611
|
-
//
|
|
1565
|
+
// the SDK, and what happened there would depend on the resolved
|
|
1566
|
+
// Connect version: before 11.0.24-beta it lost just that one key
|
|
1567
|
+
// while the nested case lost everything; from 11.0.24-beta the
|
|
1568
|
+
// SDK's own `Number` branch rejects it and drops the whole payload.
|
|
1569
|
+
// Raising it here keeps the two cases consistent across the
|
|
1570
|
+
// supported range and matches iOS, where one non-finite value fails
|
|
1612
1571
|
// `isValidJSONObject:` for the entire signal.
|
|
1613
1572
|
is Double -> if (value.isFinite()) {
|
|
1614
1573
|
value
|
|
@@ -179,16 +179,17 @@ export interface AcousticConnectRN extends HybridObject<{
|
|
|
179
179
|
* logcat / os_log.
|
|
180
180
|
*
|
|
181
181
|
* @remarks
|
|
182
|
-
* **Android
|
|
183
|
-
* `JsonUtil.getHashValues`
|
|
182
|
+
* **Android version boundary — top-level numbers.** The Android SDK's
|
|
183
|
+
* `JsonUtil.getHashValues` gained a `Number` branch in Connect Android
|
|
184
|
+
* **11.0.24-beta**, so from that version a top-level numeric value is
|
|
185
|
+
* carried. Earlier versions serialised only `String`, `Boolean`,
|
|
184
186
|
* `JSONObject`, `JSONArray` and `byte[]` at the top level of the signal
|
|
185
|
-
* map
|
|
186
|
-
*
|
|
187
|
-
* `JSONObject`/`JSONArray` values itself
|
|
188
|
-
*
|
|
189
|
-
*
|
|
190
|
-
*
|
|
191
|
-
* keys in a logcat warning so the loss is not silent.
|
|
187
|
+
* map and dropped a top-level number. Numbers nested *inside* an object
|
|
188
|
+
* or array were never affected, because the bridge builds those
|
|
189
|
+
* `JSONObject`/`JSONArray` values itself, and iOS has always carried
|
|
190
|
+
* top-level numbers normally. Both versions sit inside the
|
|
191
|
+
* `[11.0.11, 12.0.0)` range this package accepts, so nest the number if
|
|
192
|
+
* your integration pins a Connect Android version below 11.0.24-beta.
|
|
192
193
|
*
|
|
193
194
|
* @example Nested payload
|
|
194
195
|
* ```ts
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"react-native-acoustic-connect.nitro.d.ts","sourceRoot":"","sources":["../../../../src/specs/react-native-acoustic-connect.nitro.ts"],"names":[],"mappings":"AAYA,OAAO,EAAE,KAAK,MAAM,EAAE,KAAK,YAAY,EAAE,MAAM,4BAA4B,CAAA;AAG3E,MAAM,MAAM,cAAc,GAAG;IACzB,WAAW,EAAE,MAAM,CAAC;IACpB,CAAC,GAAG,EAAE,MAAM,GAAG,OAAO,CAAC;CAC1B,CAAC;AAEF;;;;;;;;;;;;;;;;;;;;;;;GAuBG;AACH,MAAM,MAAM,YAAY,GAAG,MAAM,CAAA;AAEjC,MAAM,MAAM,0BAA0B,GAAG,QAAQ,GAAG,iBAAiB,GAAG,MAAM,CAAA;AAE9E;;;;;;GAMG;AACH,MAAM,WAAW,aAAa;IAC1B,oEAAoE;IACpE,IAAI,CAAC,EAAE,MAAM,CAAA;IACb,wEAAwE;IACxE,MAAM,CAAC,EAAE,MAAM,CAAA;IACf,gFAAgF;IAChF,OAAO,EAAE,MAAM,CAAA;CAClB;AAED;;;;;;;;GAQG;AACH,MAAM,WAAW,oBAAoB;IACjC,gEAAgE;IAChE,OAAO,EAAE,OAAO,CAAA;IAChB,4EAA4E;IAC5E,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;CACxB;AAED,MAAM,WAAW,iBAAkB,SAAQ,YAAY,CAAC;IAAE,GAAG,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,QAAQ,CAAA;CAAE,CAAC;IACxF;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OAwCG;IACH,MAAM,IAAI,OAAO,CAAA;IAEjB;;;;;;;;;;;;;;;;;;OAkBG;IACH,OAAO,IAAI,OAAO,CAAA;IAClB,0BAA0B,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAA;IACpF,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAA;IAC5E,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAA;IAC5E,mBAAmB,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAA;IAC/F,0BAA0B,CAAC,UAAU,EAAE,OAAO,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,OAAO,CAAA;IACzF,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAI,MAAM,GAAG,IAAI,GAAG,SAAS,CAAA;IACpG,mBAAmB,CAAC,UAAU,EAAE,MAAM,EAAE,GAAG,EAAE,MAAM,EAAE,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAChF;;;;;;;;;;;;;;;;;;;;;OAqBG;IACH,cAAc,CAAC,SAAS,EAAE,MAAM,EAAE,MAAM,EAAE,MAAM,CAAC,MAAM,EAAE,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,KAAK,EAAE,MAAM,GAAG,OAAO,CAAA;IAE5G
|
|
1
|
+
{"version":3,"file":"react-native-acoustic-connect.nitro.d.ts","sourceRoot":"","sources":["../../../../src/specs/react-native-acoustic-connect.nitro.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -97,14 +97,7 @@
|
|
|
97
97
|
"*.podspec",
|
|
98
98
|
"README.md",
|
|
99
99
|
"CHANGELOG.md",
|
|
100
|
-
"scripts"
|
|
101
|
-
"Examples/SampleUI/**/*",
|
|
102
|
-
"!Examples/SampleUI/**/__tests__/**",
|
|
103
|
-
"!Examples/SampleUI/**/*.test.*",
|
|
104
|
-
"!Examples/SampleUI/node_modules/**",
|
|
105
|
-
"!Examples/SampleUI/temp/**",
|
|
106
|
-
"!Examples/SampleUI/logs/**",
|
|
107
|
-
"!Examples/SampleUI/android/.gradle/**"
|
|
100
|
+
"scripts"
|
|
108
101
|
],
|
|
109
102
|
"homepage": "https://github.com/aipoweredmarketer/react-native-acoustic-connect-beta",
|
|
110
103
|
"keywords": [
|
|
@@ -233,7 +226,7 @@
|
|
|
233
226
|
"source": "src/index",
|
|
234
227
|
"summary": "react-native ios android tealeaf connect cxa wxca er enhanced-replay",
|
|
235
228
|
"types": "./lib/typescript/src/index.d.ts",
|
|
236
|
-
"version": "19.0.
|
|
229
|
+
"version": "19.0.27",
|
|
237
230
|
"workspaces": [
|
|
238
231
|
"example",
|
|
239
232
|
"Examples/bare-workflow"
|
|
@@ -197,16 +197,17 @@ export interface AcousticConnectRN extends HybridObject<{ ios: 'swift', android:
|
|
|
197
197
|
* logcat / os_log.
|
|
198
198
|
*
|
|
199
199
|
* @remarks
|
|
200
|
-
* **Android
|
|
201
|
-
* `JsonUtil.getHashValues`
|
|
200
|
+
* **Android version boundary — top-level numbers.** The Android SDK's
|
|
201
|
+
* `JsonUtil.getHashValues` gained a `Number` branch in Connect Android
|
|
202
|
+
* **11.0.24-beta**, so from that version a top-level numeric value is
|
|
203
|
+
* carried. Earlier versions serialised only `String`, `Boolean`,
|
|
202
204
|
* `JSONObject`, `JSONArray` and `byte[]` at the top level of the signal
|
|
203
|
-
* map
|
|
204
|
-
*
|
|
205
|
-
* `JSONObject`/`JSONArray` values itself
|
|
206
|
-
*
|
|
207
|
-
*
|
|
208
|
-
*
|
|
209
|
-
* keys in a logcat warning so the loss is not silent.
|
|
205
|
+
* map and dropped a top-level number. Numbers nested *inside* an object
|
|
206
|
+
* or array were never affected, because the bridge builds those
|
|
207
|
+
* `JSONObject`/`JSONArray` values itself, and iOS has always carried
|
|
208
|
+
* top-level numbers normally. Both versions sit inside the
|
|
209
|
+
* `[11.0.11, 12.0.0)` range this package accepts, so nest the number if
|
|
210
|
+
* your integration pins a Connect Android version below 11.0.24-beta.
|
|
210
211
|
*
|
|
211
212
|
* @example Nested payload
|
|
212
213
|
* ```ts
|
|
@@ -1,83 +0,0 @@
|
|
|
1
|
-
/** @type {Detox.DetoxConfig} */
|
|
2
|
-
module.exports = {
|
|
3
|
-
testRunner: {
|
|
4
|
-
args: {
|
|
5
|
-
'$0': 'jest',
|
|
6
|
-
config: 'e2e/jest.config.js'
|
|
7
|
-
},
|
|
8
|
-
jest: {
|
|
9
|
-
setupTimeout: 120000
|
|
10
|
-
}
|
|
11
|
-
},
|
|
12
|
-
apps: {
|
|
13
|
-
'ios.debug': {
|
|
14
|
-
type: 'ios.app',
|
|
15
|
-
binaryPath: 'ios/build/Build/Products/Debug-iphonesimulator/SampleUI.app',
|
|
16
|
-
build: 'xcodebuild -workspace ios/SampleUI.xcworkspace -scheme SampleUI -configuration Debug -sdk iphonesimulator -derivedDataPath ios/build'
|
|
17
|
-
},
|
|
18
|
-
'ios.release': {
|
|
19
|
-
type: 'ios.app',
|
|
20
|
-
binaryPath: 'ios/build/Build/Products/Release-iphonesimulator/SampleUI.app',
|
|
21
|
-
build: 'xcodebuild -workspace ios/SampleUI.xcworkspace -scheme SampleUI -configuration Release -sdk iphonesimulator -derivedDataPath ios/build'
|
|
22
|
-
},
|
|
23
|
-
'android.debug': {
|
|
24
|
-
type: 'android.apk',
|
|
25
|
-
binaryPath: 'android/app/build/outputs/apk/debug/app-debug.apk',
|
|
26
|
-
build: 'cd android && ./gradlew assembleDebug assembleAndroidTest -DtestBuildType=debug',
|
|
27
|
-
reversePorts: [
|
|
28
|
-
8081
|
|
29
|
-
]
|
|
30
|
-
},
|
|
31
|
-
'android.release': {
|
|
32
|
-
type: 'android.apk',
|
|
33
|
-
binaryPath: 'android/app/build/outputs/apk/release/app-release.apk',
|
|
34
|
-
build: 'cd android && ./gradlew assembleRelease assembleAndroidTest -DtestBuildType=release'
|
|
35
|
-
}
|
|
36
|
-
},
|
|
37
|
-
devices: {
|
|
38
|
-
simulator: {
|
|
39
|
-
type: 'ios.simulator',
|
|
40
|
-
device: {
|
|
41
|
-
type: 'iPhone 15'
|
|
42
|
-
}
|
|
43
|
-
},
|
|
44
|
-
attached: {
|
|
45
|
-
type: 'android.attached',
|
|
46
|
-
device: {
|
|
47
|
-
adbName: '.*'
|
|
48
|
-
}
|
|
49
|
-
},
|
|
50
|
-
emulator: {
|
|
51
|
-
type: 'android.emulator',
|
|
52
|
-
device: {
|
|
53
|
-
avdName: 'Pixel_3a_API_30_x86'
|
|
54
|
-
}
|
|
55
|
-
}
|
|
56
|
-
},
|
|
57
|
-
configurations: {
|
|
58
|
-
'ios.sim.debug': {
|
|
59
|
-
device: 'simulator',
|
|
60
|
-
app: 'ios.debug'
|
|
61
|
-
},
|
|
62
|
-
'ios.sim.release': {
|
|
63
|
-
device: 'simulator',
|
|
64
|
-
app: 'ios.release'
|
|
65
|
-
},
|
|
66
|
-
'android.att.debug': {
|
|
67
|
-
device: 'attached',
|
|
68
|
-
app: 'android.debug'
|
|
69
|
-
},
|
|
70
|
-
'android.att.release': {
|
|
71
|
-
device: 'attached',
|
|
72
|
-
app: 'android.release'
|
|
73
|
-
},
|
|
74
|
-
'android.emu.debug': {
|
|
75
|
-
device: 'emulator',
|
|
76
|
-
app: 'android.debug'
|
|
77
|
-
},
|
|
78
|
-
'android.emu.release': {
|
|
79
|
-
device: 'emulator',
|
|
80
|
-
app: 'android.release'
|
|
81
|
-
}
|
|
82
|
-
}
|
|
83
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{}
|
package/Examples/SampleUI/App.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { default } from './src/index';
|
|
@@ -1,180 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"Connect": {
|
|
3
|
-
"AndroidVersion": "10.4.48",
|
|
4
|
-
"AppKey": "fa47722a7fef4bcd8677fd8d6d113a0d",
|
|
5
|
-
"KillSwitchUrl": "https://lib-us-2.brilliantcollector.com/collector/switch/b6c3709b7a4c479bb4b5a9fb8fec324c",
|
|
6
|
-
"PostMessageUrl": "https://lib-us-2.brilliantcollector.com/collector/collectorPost",
|
|
7
|
-
"iOSVersion": "",
|
|
8
|
-
"layoutConfigAndroid": {
|
|
9
|
-
"AppendMapIds": {
|
|
10
|
-
"[w,9290],[v,0]": {
|
|
11
|
-
"mid": "ASimpleUIView"
|
|
12
|
-
},
|
|
13
|
-
"idxPathValue": {
|
|
14
|
-
"mid": "giveAdditionalId2"
|
|
15
|
-
},
|
|
16
|
-
"tag2999999": {
|
|
17
|
-
"mid": "giveAdditionalId1"
|
|
18
|
-
}
|
|
19
|
-
},
|
|
20
|
-
"AutoLayout": {
|
|
21
|
-
"ExampleMaskingPage": {
|
|
22
|
-
"CaptureLayoutDelay": 0,
|
|
23
|
-
"CaptureLayoutOn": 0,
|
|
24
|
-
"CaptureScreenVisits": false,
|
|
25
|
-
"CaptureScreenshotOn": 0,
|
|
26
|
-
"CaptureUserEvents": false,
|
|
27
|
-
"DisplayName": "",
|
|
28
|
-
"Masking": {
|
|
29
|
-
"HasCustomMask": true,
|
|
30
|
-
"HasMasking": true,
|
|
31
|
-
"MaskAccessibilityIdList": [
|
|
32
|
-
|
|
33
|
-
],
|
|
34
|
-
"MaskAccessibilityLabelList": [
|
|
35
|
-
|
|
36
|
-
],
|
|
37
|
-
"MaskIdList": [
|
|
38
|
-
"^9[0-9][0-9][0-9]$",
|
|
39
|
-
"^\\[wvv,0\\],\\[dddv,0\\],\\[v,0\\],\\[v,0\\],\\[v,0\\],\\[b,0\\](.)*$"
|
|
40
|
-
],
|
|
41
|
-
"MaskValueList": [
|
|
42
|
-
"^4[0-9]{12}(?:[0-9]{3})?$",
|
|
43
|
-
"^3[47][0-9]{13}$",
|
|
44
|
-
"^65[4-9][0-9]{13}|64[4-9][0-9]{13}|6011[0-9]{12}|(622(?:12[6-9]|1[3-9][0-9]|[2-8][0-9][0-9]|9[01][0-9]|92[0-5])[0-9]{10})$",
|
|
45
|
-
"^(5[1-5][0-9]{14}|2(22[1-9][0-9]{12}|2[3-9][0-9]{13}|[3-6][0-9]{14}|7[0-1][0-9]{13}|720[0-9]{12}))$"
|
|
46
|
-
],
|
|
47
|
-
"Sensitive": {
|
|
48
|
-
"capitalCaseAlphabet": "X",
|
|
49
|
-
"number": "9",
|
|
50
|
-
"smallCaseAlphabet": "x",
|
|
51
|
-
"symbol": "#"
|
|
52
|
-
}
|
|
53
|
-
},
|
|
54
|
-
"NumberOfWebViews": 0,
|
|
55
|
-
"ScreenChange": false,
|
|
56
|
-
"ScreenShot": false
|
|
57
|
-
},
|
|
58
|
-
"GlobalScreenSettings": {
|
|
59
|
-
"CaptureLayoutDelay": 500,
|
|
60
|
-
"CaptureLayoutOn": 2,
|
|
61
|
-
"CaptureScreenVisits": false,
|
|
62
|
-
"CaptureScreenshotOn": 2,
|
|
63
|
-
"CaptureUserEvents": true,
|
|
64
|
-
"DisplayName": "",
|
|
65
|
-
"Masking": {
|
|
66
|
-
"HasCustomMask": true,
|
|
67
|
-
"HasMasking": true,
|
|
68
|
-
"MaskAccessibilityIdList": [
|
|
69
|
-
|
|
70
|
-
],
|
|
71
|
-
"MaskAccessibilityLabelList": [
|
|
72
|
-
|
|
73
|
-
],
|
|
74
|
-
"MaskIdList": [
|
|
75
|
-
|
|
76
|
-
],
|
|
77
|
-
"MaskValueList": [
|
|
78
|
-
|
|
79
|
-
],
|
|
80
|
-
"Sensitive": {
|
|
81
|
-
"capitalCaseAlphabet": "X",
|
|
82
|
-
"number": "9",
|
|
83
|
-
"smallCaseAlphabet": "x",
|
|
84
|
-
"symbol": "#"
|
|
85
|
-
}
|
|
86
|
-
},
|
|
87
|
-
"NumberOfWebViews": 0,
|
|
88
|
-
"ScreenChange": true,
|
|
89
|
-
"ScreenShot": true
|
|
90
|
-
}
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
"layoutConfigIos": {
|
|
94
|
-
"AppendMapIds": {
|
|
95
|
-
"[w,9290],[v,0]": {
|
|
96
|
-
"mid": "ASimpleUIView"
|
|
97
|
-
},
|
|
98
|
-
"idxPathValue": {
|
|
99
|
-
"mid": "giveAdditionalId2"
|
|
100
|
-
},
|
|
101
|
-
"tag2999999": {
|
|
102
|
-
"mid": "giveAdditionalId1"
|
|
103
|
-
}
|
|
104
|
-
},
|
|
105
|
-
"AutoLayout": {
|
|
106
|
-
"ExampleMaskingPage": {
|
|
107
|
-
"CaptureLayoutDelay": 0,
|
|
108
|
-
"CaptureLayoutOn": 0,
|
|
109
|
-
"CaptureScreenVisits": false,
|
|
110
|
-
"CaptureScreenshotOn": 0,
|
|
111
|
-
"CaptureUserEvents": false,
|
|
112
|
-
"DisplayName": "",
|
|
113
|
-
"Masking": {
|
|
114
|
-
"HasCustomMask": true,
|
|
115
|
-
"HasMasking": true,
|
|
116
|
-
"MaskAccessibilityIdList": [
|
|
117
|
-
|
|
118
|
-
],
|
|
119
|
-
"MaskAccessibilityLabelList": [
|
|
120
|
-
|
|
121
|
-
],
|
|
122
|
-
"MaskIdList": [
|
|
123
|
-
"^9[0-9][0-9][0-9]$",
|
|
124
|
-
"^\\[wvv,0\\],\\[dddv,0\\],\\[v,0\\],\\[v,0\\],\\[v,0\\],\\[b,0\\](.)*$"
|
|
125
|
-
],
|
|
126
|
-
"MaskValueList": [
|
|
127
|
-
"^4[0-9]{12}(?:[0-9]{3})?$",
|
|
128
|
-
"^3[47][0-9]{13}$",
|
|
129
|
-
"^65[4-9][0-9]{13}|64[4-9][0-9]{13}|6011[0-9]{12}|(622(?:12[6-9]|1[3-9][0-9]|[2-8][0-9][0-9]|9[01][0-9]|92[0-5])[0-9]{10})$",
|
|
130
|
-
"^(5[1-5][0-9]{14}|2(22[1-9][0-9]{12}|2[3-9][0-9]{13}|[3-6][0-9]{14}|7[0-1][0-9]{13}|720[0-9]{12}))$"
|
|
131
|
-
],
|
|
132
|
-
"Sensitive": {
|
|
133
|
-
"capitalCaseAlphabet": "X",
|
|
134
|
-
"number": "9",
|
|
135
|
-
"smallCaseAlphabet": "x",
|
|
136
|
-
"symbol": "#"
|
|
137
|
-
}
|
|
138
|
-
},
|
|
139
|
-
"NumberOfWebViews": 0,
|
|
140
|
-
"ScreenChange": false,
|
|
141
|
-
"ScreenShot": false
|
|
142
|
-
},
|
|
143
|
-
"GlobalScreenSettings": {
|
|
144
|
-
"CaptureLayoutDelay": 500,
|
|
145
|
-
"CaptureLayoutOn": 2,
|
|
146
|
-
"CaptureScreenVisits": false,
|
|
147
|
-
"CaptureScreenshotOn": 2,
|
|
148
|
-
"CaptureUserEvents": true,
|
|
149
|
-
"DisplayName": "",
|
|
150
|
-
"Masking": {
|
|
151
|
-
"HasCustomMask": true,
|
|
152
|
-
"HasMasking": true,
|
|
153
|
-
"MaskAccessibilityIdList": [
|
|
154
|
-
|
|
155
|
-
],
|
|
156
|
-
"MaskAccessibilityLabelList": [
|
|
157
|
-
|
|
158
|
-
],
|
|
159
|
-
"MaskIdList": [
|
|
160
|
-
|
|
161
|
-
],
|
|
162
|
-
"MaskValueList": [
|
|
163
|
-
|
|
164
|
-
],
|
|
165
|
-
"Sensitive": {
|
|
166
|
-
"capitalCaseAlphabet": "X",
|
|
167
|
-
"number": "9",
|
|
168
|
-
"smallCaseAlphabet": "x",
|
|
169
|
-
"symbol": "#"
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
"NumberOfWebViews": 0,
|
|
173
|
-
"ScreenChange": true,
|
|
174
|
-
"ScreenShot": true
|
|
175
|
-
}
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
"useRelease": false
|
|
179
|
-
}
|
|
180
|
-
}
|
|
@@ -1,10 +0,0 @@
|
|
|
1
|
-
source 'https://rubygems.org'
|
|
2
|
-
|
|
3
|
-
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version
|
|
4
|
-
ruby ">= 2.6.10"
|
|
5
|
-
|
|
6
|
-
# Exclude problematic versions of cocoapods and activesupport that causes build failures.
|
|
7
|
-
gem 'cocoapods', '>= 1.13', '!= 1.15.0', '!= 1.15.1'
|
|
8
|
-
gem 'activesupport', '>= 6.1.7.5', '!= 7.1.0'
|
|
9
|
-
gem 'xcodeproj', '< 1.26.0'
|
|
10
|
-
gem 'concurrent-ruby', '< 1.3.4'
|