react-native-acoustic-connect-beta 19.0.26 → 19.0.28
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/android/src/main/assets/ConnectAdvancedConfig.json +1 -1
- package/android/src/main/assets/ConnectBasicConfig.properties +1 -1
- package/package.json +2 -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.28 (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.27 (2026-09-14)
|
|
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.26 (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",
|
|
@@ -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",
|
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.28",
|
|
237
230
|
"workspaces": [
|
|
238
231
|
"example",
|
|
239
232
|
"Examples/bare-workflow"
|
|
@@ -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'
|
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
GEM
|
|
2
|
-
remote: https://rubygems.org/
|
|
3
|
-
specs:
|
|
4
|
-
CFPropertyList (3.0.7)
|
|
5
|
-
base64
|
|
6
|
-
nkf
|
|
7
|
-
rexml
|
|
8
|
-
activesupport (7.1.5.1)
|
|
9
|
-
base64
|
|
10
|
-
benchmark (>= 0.3)
|
|
11
|
-
bigdecimal
|
|
12
|
-
concurrent-ruby (~> 1.0, >= 1.0.2)
|
|
13
|
-
connection_pool (>= 2.2.5)
|
|
14
|
-
drb
|
|
15
|
-
i18n (>= 1.6, < 2)
|
|
16
|
-
logger (>= 1.4.2)
|
|
17
|
-
minitest (>= 5.1)
|
|
18
|
-
mutex_m
|
|
19
|
-
securerandom (>= 0.3)
|
|
20
|
-
tzinfo (~> 2.0)
|
|
21
|
-
addressable (2.8.7)
|
|
22
|
-
public_suffix (>= 2.0.2, < 7.0)
|
|
23
|
-
algoliasearch (1.27.5)
|
|
24
|
-
httpclient (~> 2.8, >= 2.8.3)
|
|
25
|
-
json (>= 1.5.1)
|
|
26
|
-
atomos (0.1.3)
|
|
27
|
-
base64 (0.2.0)
|
|
28
|
-
benchmark (0.4.0)
|
|
29
|
-
bigdecimal (3.1.9)
|
|
30
|
-
claide (1.1.0)
|
|
31
|
-
cocoapods (1.15.2)
|
|
32
|
-
addressable (~> 2.8)
|
|
33
|
-
claide (>= 1.0.2, < 2.0)
|
|
34
|
-
cocoapods-core (= 1.15.2)
|
|
35
|
-
cocoapods-deintegrate (>= 1.0.3, < 2.0)
|
|
36
|
-
cocoapods-downloader (>= 2.1, < 3.0)
|
|
37
|
-
cocoapods-plugins (>= 1.0.0, < 2.0)
|
|
38
|
-
cocoapods-search (>= 1.0.0, < 2.0)
|
|
39
|
-
cocoapods-trunk (>= 1.6.0, < 2.0)
|
|
40
|
-
cocoapods-try (>= 1.1.0, < 2.0)
|
|
41
|
-
colored2 (~> 3.1)
|
|
42
|
-
escape (~> 0.0.4)
|
|
43
|
-
fourflusher (>= 2.3.0, < 3.0)
|
|
44
|
-
gh_inspector (~> 1.0)
|
|
45
|
-
molinillo (~> 0.8.0)
|
|
46
|
-
nap (~> 1.0)
|
|
47
|
-
ruby-macho (>= 2.3.0, < 3.0)
|
|
48
|
-
xcodeproj (>= 1.23.0, < 2.0)
|
|
49
|
-
cocoapods-core (1.15.2)
|
|
50
|
-
activesupport (>= 5.0, < 8)
|
|
51
|
-
addressable (~> 2.8)
|
|
52
|
-
algoliasearch (~> 1.0)
|
|
53
|
-
concurrent-ruby (~> 1.1)
|
|
54
|
-
fuzzy_match (~> 2.0.4)
|
|
55
|
-
nap (~> 1.0)
|
|
56
|
-
netrc (~> 0.11)
|
|
57
|
-
public_suffix (~> 4.0)
|
|
58
|
-
typhoeus (~> 1.0)
|
|
59
|
-
cocoapods-deintegrate (1.0.5)
|
|
60
|
-
cocoapods-downloader (2.1)
|
|
61
|
-
cocoapods-plugins (1.0.0)
|
|
62
|
-
nap
|
|
63
|
-
cocoapods-search (1.0.1)
|
|
64
|
-
cocoapods-trunk (1.6.0)
|
|
65
|
-
nap (>= 0.8, < 2.0)
|
|
66
|
-
netrc (~> 0.11)
|
|
67
|
-
cocoapods-try (1.2.0)
|
|
68
|
-
colored2 (3.1.2)
|
|
69
|
-
concurrent-ruby (1.3.3)
|
|
70
|
-
connection_pool (2.5.2)
|
|
71
|
-
drb (2.2.1)
|
|
72
|
-
escape (0.0.4)
|
|
73
|
-
ethon (0.16.0)
|
|
74
|
-
ffi (>= 1.15.0)
|
|
75
|
-
ffi (1.17.2)
|
|
76
|
-
fourflusher (2.3.1)
|
|
77
|
-
fuzzy_match (2.0.4)
|
|
78
|
-
gh_inspector (1.1.3)
|
|
79
|
-
httpclient (2.9.0)
|
|
80
|
-
mutex_m
|
|
81
|
-
i18n (1.14.7)
|
|
82
|
-
concurrent-ruby (~> 1.0)
|
|
83
|
-
json (2.10.2)
|
|
84
|
-
logger (1.7.0)
|
|
85
|
-
minitest (5.25.5)
|
|
86
|
-
molinillo (0.8.0)
|
|
87
|
-
mutex_m (0.3.0)
|
|
88
|
-
nanaimo (0.3.0)
|
|
89
|
-
nap (1.1.0)
|
|
90
|
-
netrc (0.11.0)
|
|
91
|
-
nkf (0.2.0)
|
|
92
|
-
public_suffix (4.0.7)
|
|
93
|
-
rexml (3.4.1)
|
|
94
|
-
ruby-macho (2.5.1)
|
|
95
|
-
securerandom (0.3.2)
|
|
96
|
-
typhoeus (1.4.1)
|
|
97
|
-
ethon (>= 0.9.0)
|
|
98
|
-
tzinfo (2.0.6)
|
|
99
|
-
concurrent-ruby (~> 1.0)
|
|
100
|
-
xcodeproj (1.25.1)
|
|
101
|
-
CFPropertyList (>= 2.3.3, < 4.0)
|
|
102
|
-
atomos (~> 0.1.3)
|
|
103
|
-
claide (>= 1.0.2, < 2.0)
|
|
104
|
-
colored2 (~> 3.1)
|
|
105
|
-
nanaimo (~> 0.3.0)
|
|
106
|
-
rexml (>= 3.3.6, < 4.0)
|
|
107
|
-
|
|
108
|
-
PLATFORMS
|
|
109
|
-
ruby
|
|
110
|
-
|
|
111
|
-
DEPENDENCIES
|
|
112
|
-
activesupport (>= 6.1.7.5, != 7.1.0)
|
|
113
|
-
cocoapods (>= 1.13, != 1.15.1, != 1.15.0)
|
|
114
|
-
concurrent-ruby (< 1.3.4)
|
|
115
|
-
xcodeproj (< 1.26.0)
|
|
116
|
-
|
|
117
|
-
RUBY VERSION
|
|
118
|
-
ruby 3.0.0p0
|
|
119
|
-
|
|
120
|
-
BUNDLED WITH
|
|
121
|
-
2.2.3
|
|
@@ -1,79 +0,0 @@
|
|
|
1
|
-
This is a new [**React Native**](https://reactnative.dev) project, bootstrapped using [`@react-native-community/cli`](https://github.com/react-native-community/cli).
|
|
2
|
-
|
|
3
|
-
# Getting Started
|
|
4
|
-
|
|
5
|
-
>**Note**: Make sure you have completed the [React Native - Environment Setup](https://reactnative.dev/docs/environment-setup) instructions till "Creating a new application" step, before proceeding.
|
|
6
|
-
|
|
7
|
-
## Step 1: Start the Metro Server
|
|
8
|
-
|
|
9
|
-
First, you will need to start **Metro**, the JavaScript _bundler_ that ships _with_ React Native.
|
|
10
|
-
|
|
11
|
-
To start Metro, run the following command from the _root_ of your React Native project:
|
|
12
|
-
|
|
13
|
-
```bash
|
|
14
|
-
# using npm
|
|
15
|
-
npm start
|
|
16
|
-
|
|
17
|
-
# OR using Yarn
|
|
18
|
-
yarn start
|
|
19
|
-
```
|
|
20
|
-
|
|
21
|
-
## Step 2: Start your Application
|
|
22
|
-
|
|
23
|
-
Let Metro Bundler run in its _own_ terminal. Open a _new_ terminal from the _root_ of your React Native project. Run the following command to start your _Android_ or _iOS_ app:
|
|
24
|
-
|
|
25
|
-
### For Android
|
|
26
|
-
|
|
27
|
-
```bash
|
|
28
|
-
# using npm
|
|
29
|
-
npm run android
|
|
30
|
-
|
|
31
|
-
# OR using Yarn
|
|
32
|
-
yarn android
|
|
33
|
-
```
|
|
34
|
-
|
|
35
|
-
### For iOS
|
|
36
|
-
|
|
37
|
-
```bash
|
|
38
|
-
# using npm
|
|
39
|
-
npm run ios
|
|
40
|
-
|
|
41
|
-
# OR using Yarn
|
|
42
|
-
yarn ios
|
|
43
|
-
```
|
|
44
|
-
|
|
45
|
-
If everything is set up _correctly_, you should see your new app running in your _Android Emulator_ or _iOS Simulator_ shortly provided you have set up your emulator/simulator correctly.
|
|
46
|
-
|
|
47
|
-
This is one way to run your app — you can also run it directly from within Android Studio and Xcode respectively.
|
|
48
|
-
|
|
49
|
-
## Step 3: Modifying your App
|
|
50
|
-
|
|
51
|
-
Now that you have successfully run the app, let's modify it.
|
|
52
|
-
|
|
53
|
-
1. Open `App.tsx` in your text editor of choice and edit some lines.
|
|
54
|
-
2. For **Android**: Press the <kbd>R</kbd> key twice or select **"Reload"** from the **Developer Menu** (<kbd>Ctrl</kbd> + <kbd>M</kbd> (on Window and Linux) or <kbd>Cmd ⌘</kbd> + <kbd>M</kbd> (on macOS)) to see your changes!
|
|
55
|
-
|
|
56
|
-
For **iOS**: Hit <kbd>Cmd ⌘</kbd> + <kbd>R</kbd> in your iOS Simulator to reload the app and see your changes!
|
|
57
|
-
|
|
58
|
-
## Congratulations! :tada:
|
|
59
|
-
|
|
60
|
-
You've successfully run and modified your React Native App. :partying_face:
|
|
61
|
-
|
|
62
|
-
### Now what?
|
|
63
|
-
|
|
64
|
-
- If you want to add this new React Native code to an existing application, check out the [Integration guide](https://reactnative.dev/docs/integration-with-existing-apps).
|
|
65
|
-
- If you're curious to learn more about React Native, check out the [Introduction to React Native](https://reactnative.dev/docs/getting-started).
|
|
66
|
-
|
|
67
|
-
# Troubleshooting
|
|
68
|
-
|
|
69
|
-
If you can't get this to work, see the [Troubleshooting](https://reactnative.dev/docs/troubleshooting) page.
|
|
70
|
-
|
|
71
|
-
# Learn More
|
|
72
|
-
|
|
73
|
-
To learn more about React Native, take a look at the following resources:
|
|
74
|
-
|
|
75
|
-
- [React Native Website](https://reactnative.dev) - learn more about React Native.
|
|
76
|
-
- [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment.
|
|
77
|
-
- [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**.
|
|
78
|
-
- [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts.
|
|
79
|
-
- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native.
|