react-native-acoustic-connect-beta 18.0.7 → 18.0.8
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/Examples/SampleUI/.bundle/config +2 -0
- package/Examples/SampleUI/.eslintrc.js +4 -0
- package/Examples/SampleUI/.prettierrc.js +7 -0
- package/Examples/SampleUI/.watchmanconfig +1 -0
- package/Examples/SampleUI/App.js +1 -0
- package/Examples/SampleUI/Gemfile +10 -0
- package/Examples/SampleUI/Gemfile.lock +121 -0
- package/Examples/SampleUI/README.md +79 -0
- package/Examples/SampleUI/__tests__/App.test.tsx +17 -0
- package/Examples/SampleUI/android/app/build.gradle +124 -0
- package/Examples/SampleUI/android/app/debug.keystore +0 -0
- package/Examples/SampleUI/android/app/proguard-rules.pro +10 -0
- package/Examples/SampleUI/android/app/src/debug/AndroidManifest.xml +9 -0
- package/Examples/SampleUI/android/app/src/main/AndroidManifest.xml +26 -0
- package/Examples/SampleUI/android/app/src/main/java/com/sampleui/MainActivity.kt +23 -0
- package/Examples/SampleUI/android/app/src/main/java/com/sampleui/MainApplication.kt +53 -0
- package/Examples/SampleUI/android/app/src/main/res/drawable/rn_edit_text_material.xml +37 -0
- 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 +3 -0
- package/Examples/SampleUI/android/app/src/main/res/values/styles.xml +9 -0
- package/Examples/SampleUI/android/build.gradle +21 -0
- package/Examples/SampleUI/android/gradle/wrapper/gradle-wrapper.jar +0 -0
- package/Examples/SampleUI/android/gradle/wrapper/gradle-wrapper.properties +7 -0
- package/Examples/SampleUI/android/gradle.properties +39 -0
- package/Examples/SampleUI/android/gradlew +252 -0
- package/Examples/SampleUI/android/gradlew.bat +94 -0
- package/Examples/SampleUI/android/settings.gradle +21 -0
- package/Examples/SampleUI/app.json +51 -0
- 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 +47 -0
- package/Examples/SampleUI/babel.config.js +22 -0
- package/Examples/SampleUI/index.js +9 -0
- package/Examples/SampleUI/ios/.xcode.env +11 -0
- package/Examples/SampleUI/ios/Podfile +58 -0
- package/Examples/SampleUI/ios/SampleUI/AppDelegate.h +7 -0
- package/Examples/SampleUI/ios/SampleUI/AppDelegate.mm +31 -0
- package/Examples/SampleUI/ios/SampleUI/Images.xcassets/AppIcon.appiconset/Contents.json +53 -0
- package/Examples/SampleUI/ios/SampleUI/Images.xcassets/Contents.json +6 -0
- package/Examples/SampleUI/ios/SampleUI/Info.plist +52 -0
- package/Examples/SampleUI/ios/SampleUI/LaunchScreen.storyboard +47 -0
- package/Examples/SampleUI/ios/SampleUI/PrivacyInfo.xcprivacy +48 -0
- package/Examples/SampleUI/ios/SampleUI/main.m +10 -0
- package/Examples/SampleUI/ios/SampleUI.xcodeproj/project.pbxproj +785 -0
- package/Examples/SampleUI/ios/SampleUI.xcodeproj/xcshareddata/xcschemes/SampleUI.xcscheme +88 -0
- package/Examples/SampleUI/ios/SampleUI.xcworkspace/contents.xcworkspacedata +10 -0
- package/Examples/SampleUI/ios/SampleUITests/Info.plist +24 -0
- package/Examples/SampleUI/ios/SampleUITests/SampleUITests.m +66 -0
- package/Examples/SampleUI/jest.config.js +3 -0
- package/Examples/SampleUI/metro.config.js +53 -0
- package/Examples/SampleUI/package-lock.json +17033 -0
- package/Examples/SampleUI/package.json +62 -0
- package/Examples/SampleUI/src/DrawerItems.tsx +322 -0
- package/Examples/SampleUI/src/ExampleList.tsx +175 -0
- package/Examples/SampleUI/src/Examples/ActivityIndicatorExample.tsx +73 -0
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/AnimatedFABExample.tsx +220 -0
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/CustomFAB.tsx +70 -0
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/CustomFABControls.tsx +146 -0
- package/Examples/SampleUI/src/Examples/AnimatedFABExample/index.ts +1 -0
- package/Examples/SampleUI/src/Examples/AppbarExample.tsx +263 -0
- package/Examples/SampleUI/src/Examples/AvatarExample.tsx +76 -0
- package/Examples/SampleUI/src/Examples/BadgeExample.tsx +97 -0
- package/Examples/SampleUI/src/Examples/BannerExample.tsx +152 -0
- package/Examples/SampleUI/src/Examples/BottomNavigationBarExample.tsx +94 -0
- package/Examples/SampleUI/src/Examples/BottomNavigationExample.tsx +205 -0
- package/Examples/SampleUI/src/Examples/ButtonExample.tsx +405 -0
- package/Examples/SampleUI/src/Examples/CardExample.tsx +245 -0
- package/Examples/SampleUI/src/Examples/CheckboxExample.tsx +87 -0
- package/Examples/SampleUI/src/Examples/CheckboxItemExample.tsx +72 -0
- package/Examples/SampleUI/src/Examples/ChipExample.tsx +432 -0
- package/Examples/SampleUI/src/Examples/DataTableExample.tsx +128 -0
- package/Examples/SampleUI/src/Examples/DialogExample.tsx +131 -0
- package/Examples/SampleUI/src/Examples/Dialogs/DialogTextComponent.tsx +31 -0
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithCustomColors.tsx +57 -0
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithDismissableBackButton.tsx +38 -0
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithIcon.tsx +42 -0
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithLoadingIndicator.tsx +48 -0
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithLongText.tsx +81 -0
- package/Examples/SampleUI/src/Examples/Dialogs/DialogWithRadioBtns.tsx +111 -0
- package/Examples/SampleUI/src/Examples/Dialogs/UndismissableDialog.tsx +30 -0
- package/Examples/SampleUI/src/Examples/Dialogs/index.tsx +7 -0
- package/Examples/SampleUI/src/Examples/DividerExample.tsx +30 -0
- package/Examples/SampleUI/src/Examples/FABExample.tsx +226 -0
- package/Examples/SampleUI/src/Examples/IconButtonExample.tsx +230 -0
- package/Examples/SampleUI/src/Examples/IconExample.tsx +50 -0
- package/Examples/SampleUI/src/Examples/ListAccordionExample.tsx +65 -0
- package/Examples/SampleUI/src/Examples/ListAccordionGroupExample.tsx +80 -0
- package/Examples/SampleUI/src/Examples/ListItemExample.tsx +310 -0
- package/Examples/SampleUI/src/Examples/ListSectionExample.tsx +159 -0
- package/Examples/SampleUI/src/Examples/MaterialBottomTabNavigatorExample.tsx +87 -0
- package/Examples/SampleUI/src/Examples/MenuExample.tsx +211 -0
- package/Examples/SampleUI/src/Examples/ProgressBarExample.tsx +142 -0
- package/Examples/SampleUI/src/Examples/RadioButtonExample.tsx +104 -0
- package/Examples/SampleUI/src/Examples/RadioButtonGroupExample.tsx +67 -0
- package/Examples/SampleUI/src/Examples/RadioButtonItemExample.tsx +77 -0
- package/Examples/SampleUI/src/Examples/SearchbarExample.tsx +249 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonCustomColorCheck.tsx +93 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonDefault.tsx +49 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonDisabled.tsx +47 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselect.tsx +50 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselectIcons.tsx +49 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonMultiselectRealCase.tsx +114 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonOnlyIcons.tsx +40 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonOnlyIconsWithCheck.tsx +43 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonRealCase.tsx +97 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonWithDensity.tsx +47 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/SegmentedButtonWithSelectedCheck.tsx +52 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtons/index.ts +9 -0
- package/Examples/SampleUI/src/Examples/SegmentedButtonsExample.tsx +57 -0
- package/Examples/SampleUI/src/Examples/SnackbarExample.tsx +141 -0
- package/Examples/SampleUI/src/Examples/SurfaceExample.tsx +130 -0
- package/Examples/SampleUI/src/Examples/SwitchExample.tsx +105 -0
- package/Examples/SampleUI/src/Examples/TeamDetails.tsx +291 -0
- package/Examples/SampleUI/src/Examples/TeamsList.tsx +57 -0
- package/Examples/SampleUI/src/Examples/TextExample.tsx +132 -0
- package/Examples/SampleUI/src/Examples/TextInputExample.tsx +914 -0
- package/Examples/SampleUI/src/Examples/ThemeExample.tsx +41 -0
- package/Examples/SampleUI/src/Examples/ThemingWithReactNavigation.tsx +75 -0
- package/Examples/SampleUI/src/Examples/ToggleButtonExample.tsx +128 -0
- package/Examples/SampleUI/src/Examples/TooltipExample.tsx +191 -0
- package/Examples/SampleUI/src/Examples/TouchableRippleExample.tsx +37 -0
- package/Examples/SampleUI/src/RootNavigator.tsx +86 -0
- package/Examples/SampleUI/src/ScreenWrapper.tsx +67 -0
- package/Examples/SampleUI/src/components/ActivityIndicator.tsx +254 -0
- package/Examples/SampleUI/src/components/Appbar/Appbar.tsx +364 -0
- package/Examples/SampleUI/src/components/Appbar/AppbarAction.tsx +132 -0
- package/Examples/SampleUI/src/components/Appbar/AppbarBackAction.tsx +77 -0
- package/Examples/SampleUI/src/components/Appbar/AppbarBackIcon.tsx +52 -0
- package/Examples/SampleUI/src/components/Appbar/AppbarContent.tsx +249 -0
- package/Examples/SampleUI/src/components/Appbar/AppbarHeader.tsx +174 -0
- package/Examples/SampleUI/src/components/Appbar/index.ts +22 -0
- package/Examples/SampleUI/src/components/Appbar/utils.ts +188 -0
- package/Examples/SampleUI/src/components/Avatar/Avatar.tsx +8 -0
- package/Examples/SampleUI/src/components/Avatar/AvatarIcon.tsx +87 -0
- package/Examples/SampleUI/src/components/Avatar/AvatarImage.tsx +128 -0
- package/Examples/SampleUI/src/components/Avatar/AvatarText.tsx +127 -0
- package/Examples/SampleUI/src/components/Badge.tsx +138 -0
- package/Examples/SampleUI/src/components/Banner.tsx +302 -0
- package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigation.tsx +643 -0
- package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigationBar.tsx +1039 -0
- package/Examples/SampleUI/src/components/BottomNavigation/BottomNavigationRouteScreen.tsx +31 -0
- package/Examples/SampleUI/src/components/BottomNavigation/utils.ts +70 -0
- package/Examples/SampleUI/src/components/Button/Button.tsx +503 -0
- package/Examples/SampleUI/src/components/Button/utils.tsx +272 -0
- package/Examples/SampleUI/src/components/Card/Card.tsx +373 -0
- package/Examples/SampleUI/src/components/Card/CardActions.tsx +74 -0
- package/Examples/SampleUI/src/components/Card/CardContent.tsx +99 -0
- package/Examples/SampleUI/src/components/Card/CardCover.tsx +96 -0
- package/Examples/SampleUI/src/components/Card/CardTitle.tsx +236 -0
- package/Examples/SampleUI/src/components/Card/utils.tsx +110 -0
- package/Examples/SampleUI/src/components/Checkbox/Checkbox.tsx +78 -0
- package/Examples/SampleUI/src/components/Checkbox/CheckboxAndroid.tsx +180 -0
- package/Examples/SampleUI/src/components/Checkbox/CheckboxIOS.tsx +104 -0
- package/Examples/SampleUI/src/components/Checkbox/CheckboxItem.tsx +236 -0
- package/Examples/SampleUI/src/components/Checkbox/index.ts +19 -0
- package/Examples/SampleUI/src/components/Checkbox/utils.ts +183 -0
- package/Examples/SampleUI/src/components/Chip/Chip.tsx +513 -0
- package/Examples/SampleUI/src/components/Chip/helpers.tsx +322 -0
- package/Examples/SampleUI/src/components/CrossFadeIcon.tsx +140 -0
- package/Examples/SampleUI/src/components/DataTable/DataTable.tsx +138 -0
- package/Examples/SampleUI/src/components/DataTable/DataTableCell.tsx +132 -0
- package/Examples/SampleUI/src/components/DataTable/DataTableHeader.tsx +82 -0
- package/Examples/SampleUI/src/components/DataTable/DataTablePagination.tsx +407 -0
- package/Examples/SampleUI/src/components/DataTable/DataTableRow.tsx +107 -0
- package/Examples/SampleUI/src/components/DataTable/DataTableTitle.tsx +208 -0
- package/Examples/SampleUI/src/components/Dialog/Dialog.tsx +191 -0
- package/Examples/SampleUI/src/components/Dialog/DialogActions.tsx +94 -0
- package/Examples/SampleUI/src/components/Dialog/DialogContent.tsx +54 -0
- package/Examples/SampleUI/src/components/Dialog/DialogIcon.tsx +100 -0
- package/Examples/SampleUI/src/components/Dialog/DialogScrollArea.tsx +88 -0
- package/Examples/SampleUI/src/components/Dialog/DialogTitle.tsx +94 -0
- package/Examples/SampleUI/src/components/Divider.tsx +102 -0
- package/Examples/SampleUI/src/components/Drawer/Drawer.tsx +8 -0
- package/Examples/SampleUI/src/components/Drawer/DrawerCollapsedItem.tsx +282 -0
- package/Examples/SampleUI/src/components/Drawer/DrawerItem.tsx +209 -0
- package/Examples/SampleUI/src/components/Drawer/DrawerSection.tsx +138 -0
- package/Examples/SampleUI/src/components/FAB/AnimatedFAB.tsx +619 -0
- package/Examples/SampleUI/src/components/FAB/FAB.tsx +371 -0
- package/Examples/SampleUI/src/components/FAB/FABGroup.tsx +532 -0
- package/Examples/SampleUI/src/components/FAB/index.ts +13 -0
- package/Examples/SampleUI/src/components/FAB/utils.ts +474 -0
- package/Examples/SampleUI/src/components/HelperText/HelperText.tsx +168 -0
- package/Examples/SampleUI/src/components/HelperText/utils.ts +30 -0
- package/Examples/SampleUI/src/components/Icon.tsx +170 -0
- package/Examples/SampleUI/src/components/IconButton/IconButton.tsx +234 -0
- package/Examples/SampleUI/src/components/IconButton/utils.ts +190 -0
- package/Examples/SampleUI/src/components/List/List.tsx +20 -0
- package/Examples/SampleUI/src/components/List/ListAccordion.tsx +391 -0
- package/Examples/SampleUI/src/components/List/ListAccordionGroup.tsx +88 -0
- package/Examples/SampleUI/src/components/List/ListIcon.tsx +79 -0
- package/Examples/SampleUI/src/components/List/ListImage.tsx +89 -0
- package/Examples/SampleUI/src/components/List/ListItem.tsx +313 -0
- package/Examples/SampleUI/src/components/List/ListSection.tsx +87 -0
- package/Examples/SampleUI/src/components/List/ListSubheader.tsx +79 -0
- package/Examples/SampleUI/src/components/List/utils.ts +113 -0
- package/Examples/SampleUI/src/components/MaterialCommunityIcon.tsx +121 -0
- package/Examples/SampleUI/src/components/Menu/Menu.tsx +711 -0
- package/Examples/SampleUI/src/components/Menu/MenuItem.tsx +257 -0
- package/Examples/SampleUI/src/components/Menu/utils.ts +110 -0
- package/Examples/SampleUI/src/components/Modal.tsx +245 -0
- package/Examples/SampleUI/src/components/Portal/Portal.tsx +69 -0
- package/Examples/SampleUI/src/components/Portal/PortalConsumer.tsx +44 -0
- package/Examples/SampleUI/src/components/Portal/PortalHost.tsx +143 -0
- package/Examples/SampleUI/src/components/Portal/PortalManager.tsx +54 -0
- package/Examples/SampleUI/src/components/ProgressBar.tsx +292 -0
- package/Examples/SampleUI/src/components/RadioButton/RadioButton.tsx +86 -0
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonAndroid.tsx +202 -0
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonGroup.tsx +67 -0
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonIOS.tsx +130 -0
- package/Examples/SampleUI/src/components/RadioButton/RadioButtonItem.tsx +268 -0
- package/Examples/SampleUI/src/components/RadioButton/index.ts +22 -0
- package/Examples/SampleUI/src/components/RadioButton/utils.ts +37 -0
- package/Examples/SampleUI/src/components/Searchbar.tsx +459 -0
- package/Examples/SampleUI/src/components/SegmentedButtons/SegmentedButtonItem.tsx +271 -0
- package/Examples/SampleUI/src/components/SegmentedButtons/SegmentedButtons.tsx +197 -0
- package/Examples/SampleUI/src/components/SegmentedButtons/utils.ts +179 -0
- package/Examples/SampleUI/src/components/Snackbar.tsx +430 -0
- package/Examples/SampleUI/src/components/Surface.tsx +376 -0
- package/Examples/SampleUI/src/components/Switch/Switch.tsx +108 -0
- package/Examples/SampleUI/src/components/Switch/utils.ts +113 -0
- package/Examples/SampleUI/src/components/TextInput/Addons/Outline.tsx +64 -0
- package/Examples/SampleUI/src/components/TextInput/Addons/Underline.tsx +78 -0
- package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputAdornment.tsx +208 -0
- package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputAffix.tsx +212 -0
- package/Examples/SampleUI/src/components/TextInput/Adornment/TextInputIcon.tsx +195 -0
- package/Examples/SampleUI/src/components/TextInput/Adornment/enums.tsx +12 -0
- package/Examples/SampleUI/src/components/TextInput/Adornment/types.tsx +11 -0
- package/Examples/SampleUI/src/components/TextInput/Adornment/utils.ts +48 -0
- package/Examples/SampleUI/src/components/TextInput/Label/InputLabel.tsx +217 -0
- package/Examples/SampleUI/src/components/TextInput/Label/LabelBackground.tsx +100 -0
- package/Examples/SampleUI/src/components/TextInput/TextInput.tsx +572 -0
- package/Examples/SampleUI/src/components/TextInput/TextInputFlat.tsx +475 -0
- package/Examples/SampleUI/src/components/TextInput/TextInputOutlined.tsx +450 -0
- package/Examples/SampleUI/src/components/TextInput/constants.tsx +48 -0
- package/Examples/SampleUI/src/components/TextInput/helpers.tsx +612 -0
- package/Examples/SampleUI/src/components/TextInput/types.tsx +155 -0
- package/Examples/SampleUI/src/components/ToggleButton/ToggleButton.tsx +187 -0
- package/Examples/SampleUI/src/components/ToggleButton/ToggleButtonGroup.tsx +72 -0
- package/Examples/SampleUI/src/components/ToggleButton/ToggleButtonRow.tsx +107 -0
- package/Examples/SampleUI/src/components/ToggleButton/index.ts +16 -0
- package/Examples/SampleUI/src/components/ToggleButton/utils.ts +26 -0
- package/Examples/SampleUI/src/components/Tooltip/Tooltip.tsx +249 -0
- package/Examples/SampleUI/src/components/Tooltip/utils.ts +129 -0
- package/Examples/SampleUI/src/components/TouchableRipple/Pressable.tsx +41 -0
- package/Examples/SampleUI/src/components/TouchableRipple/TouchableRipple.native.tsx +145 -0
- package/Examples/SampleUI/src/components/TouchableRipple/TouchableRipple.tsx +317 -0
- package/Examples/SampleUI/src/components/TouchableRipple/utils.ts +66 -0
- package/Examples/SampleUI/src/components/Typography/AnimatedText.tsx +107 -0
- package/Examples/SampleUI/src/components/Typography/Text.tsx +184 -0
- package/Examples/SampleUI/src/components/Typography/types.tsx +5 -0
- package/Examples/SampleUI/src/components/Typography/v2/Caption.tsx +50 -0
- package/Examples/SampleUI/src/components/Typography/v2/Headline.tsx +52 -0
- package/Examples/SampleUI/src/components/Typography/v2/Paragraph.tsx +49 -0
- package/Examples/SampleUI/src/components/Typography/v2/StyledText.tsx +56 -0
- package/Examples/SampleUI/src/components/Typography/v2/Subheading.tsx +50 -0
- package/Examples/SampleUI/src/components/Typography/v2/Text.tsx +62 -0
- package/Examples/SampleUI/src/components/Typography/v2/Title.tsx +49 -0
- package/Examples/SampleUI/src/components/Typography/v2/index.ts +5 -0
- package/Examples/SampleUI/src/core/PaperProvider.tsx +122 -0
- package/Examples/SampleUI/src/core/SafeAreaProviderCompat.tsx +65 -0
- package/Examples/SampleUI/src/core/settings.tsx +23 -0
- package/Examples/SampleUI/src/core/theming.tsx +170 -0
- package/Examples/SampleUI/src/index.native.tsx +270 -0
- package/Examples/SampleUI/src/index.tsx +226 -0
- package/Examples/SampleUI/src/react-navigation/index.tsx +19 -0
- package/Examples/SampleUI/src/react-navigation/navigators/createMaterialBottomTabNavigator.tsx +72 -0
- package/Examples/SampleUI/src/react-navigation/types.tsx +126 -0
- package/Examples/SampleUI/src/react-navigation/views/MaterialBottomTabView.tsx +140 -0
- package/Examples/SampleUI/src/styles/__tests__/fonts.test.js +290 -0
- package/Examples/SampleUI/src/styles/fonts.tsx +143 -0
- package/Examples/SampleUI/src/styles/overlay.tsx +70 -0
- package/Examples/SampleUI/src/styles/shadow.tsx +109 -0
- package/Examples/SampleUI/src/styles/themes/index.ts +4 -0
- package/Examples/SampleUI/src/styles/themes/v2/DarkTheme.tsx +30 -0
- package/Examples/SampleUI/src/styles/themes/v2/LightTheme.tsx +30 -0
- package/Examples/SampleUI/src/styles/themes/v2/colors.tsx +277 -0
- package/Examples/SampleUI/src/styles/themes/v3/DarkTheme.tsx +66 -0
- package/Examples/SampleUI/src/styles/themes/v3/LightTheme.tsx +69 -0
- package/Examples/SampleUI/src/styles/themes/v3/tokens.tsx +230 -0
- package/Examples/SampleUI/src/utils/BackHandler/BackHandler.native.tsx +3 -0
- package/Examples/SampleUI/src/utils/BackHandler/BackHandler.tsx +11 -0
- package/Examples/SampleUI/src/utils/addEventListener.tsx +56 -0
- package/Examples/SampleUI/src/utils/forwardRef.tsx +23 -0
- package/Examples/SampleUI/src/utils/getContrastingColor.tsx +15 -0
- package/Examples/SampleUI/src/utils/hasTouchHandler.tsx +23 -0
- package/Examples/SampleUI/src/utils/roundLayoutSize.ts +2 -0
- package/Examples/SampleUI/src/utils/splitStyles.ts +60 -0
- package/Examples/SampleUI/src/utils/useAnimatedValue.tsx +9 -0
- package/Examples/SampleUI/src/utils/useAnimatedValueArray.tsx +13 -0
- package/Examples/SampleUI/src/utils/useIsKeyboardShown.tsx +55 -0
- package/Examples/SampleUI/src/utils/useLayout.tsx +29 -0
- package/Examples/SampleUI/src/utils/useLazyRef.tsx +11 -0
- package/Examples/SampleUI/tsconfig.json +3 -0
- package/Examples/SampleUI/utils/index.ts +1426 -0
- package/lib/typescript/jslib/TLTRN.d.ts +5 -5
- package/lib/typescript/jslib/TLTRN.d.ts.map +1 -1
- package/package.json +7 -2
|
@@ -0,0 +1,211 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import {
|
|
3
|
+
GestureResponderEvent,
|
|
4
|
+
Platform,
|
|
5
|
+
StyleSheet,
|
|
6
|
+
View,
|
|
7
|
+
} from 'react-native';
|
|
8
|
+
|
|
9
|
+
import type { StackNavigationProp } from '@react-navigation/stack';
|
|
10
|
+
import {
|
|
11
|
+
Appbar,
|
|
12
|
+
Button,
|
|
13
|
+
Divider,
|
|
14
|
+
List,
|
|
15
|
+
Menu,
|
|
16
|
+
TouchableRipple,
|
|
17
|
+
} from 'react-native-paper';
|
|
18
|
+
|
|
19
|
+
import { useExampleTheme } from '..';
|
|
20
|
+
import ScreenWrapper from '../ScreenWrapper';
|
|
21
|
+
|
|
22
|
+
type ContextualMenuCoord = { x: number; y: number };
|
|
23
|
+
|
|
24
|
+
type Props = {
|
|
25
|
+
navigation: StackNavigationProp<{}>;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
type MenuVisibility = {
|
|
29
|
+
[key: string]: boolean | undefined;
|
|
30
|
+
};
|
|
31
|
+
|
|
32
|
+
const MORE_ICON = Platform.OS === 'ios' ? 'dots-horizontal' : 'dots-vertical';
|
|
33
|
+
|
|
34
|
+
const MenuExample = ({ navigation }: Props) => {
|
|
35
|
+
const [visible, setVisible] = React.useState<MenuVisibility>({});
|
|
36
|
+
const [contextualMenuCoord, setContextualMenuCoor] =
|
|
37
|
+
React.useState<ContextualMenuCoord>({ x: 0, y: 0 });
|
|
38
|
+
const { isV3 } = useExampleTheme();
|
|
39
|
+
|
|
40
|
+
const _toggleMenu = (name: string) => () =>
|
|
41
|
+
setVisible({ ...visible, [name]: !visible[name] });
|
|
42
|
+
|
|
43
|
+
const _getVisible = (name: string) => !!visible[name];
|
|
44
|
+
|
|
45
|
+
const _handleLongPress = (event: GestureResponderEvent) => {
|
|
46
|
+
const { nativeEvent } = event;
|
|
47
|
+
setContextualMenuCoor({
|
|
48
|
+
x: nativeEvent.pageX,
|
|
49
|
+
y: nativeEvent.pageY,
|
|
50
|
+
});
|
|
51
|
+
setVisible({ menu3: true });
|
|
52
|
+
};
|
|
53
|
+
|
|
54
|
+
React.useLayoutEffect(() => {
|
|
55
|
+
navigation.setOptions({
|
|
56
|
+
headerShown: false,
|
|
57
|
+
});
|
|
58
|
+
}, [navigation]);
|
|
59
|
+
|
|
60
|
+
return (
|
|
61
|
+
<View style={styles.screen}>
|
|
62
|
+
<Appbar.Header elevated>
|
|
63
|
+
<Appbar.BackAction onPress={() => navigation.goBack()} />
|
|
64
|
+
<Appbar.Content title="Menu" />
|
|
65
|
+
<Menu
|
|
66
|
+
visible={_getVisible('menu1')}
|
|
67
|
+
onDismiss={_toggleMenu('menu1')}
|
|
68
|
+
anchor={
|
|
69
|
+
<Appbar.Action
|
|
70
|
+
icon={MORE_ICON}
|
|
71
|
+
onPress={_toggleMenu('menu1')}
|
|
72
|
+
{...(!isV3 && { color: 'white' })}
|
|
73
|
+
/>
|
|
74
|
+
}
|
|
75
|
+
>
|
|
76
|
+
<Menu.Item onPress={() => {}} title="Undo" />
|
|
77
|
+
<Menu.Item onPress={() => {}} title="Redo" />
|
|
78
|
+
<Divider style={isV3 && styles.md3Divider} />
|
|
79
|
+
<Menu.Item onPress={() => {}} title="Cut" disabled />
|
|
80
|
+
<Menu.Item onPress={() => {}} title="Copy" disabled />
|
|
81
|
+
<Menu.Item onPress={() => {}} title="Paste" />
|
|
82
|
+
</Menu>
|
|
83
|
+
</Appbar.Header>
|
|
84
|
+
<ScreenWrapper
|
|
85
|
+
contentContainerStyle={styles.contentContainer}
|
|
86
|
+
style={styles.container}
|
|
87
|
+
>
|
|
88
|
+
<View>
|
|
89
|
+
<View style={styles.alignCenter}>
|
|
90
|
+
<Menu
|
|
91
|
+
visible={_getVisible('menu2')}
|
|
92
|
+
onDismiss={_toggleMenu('menu2')}
|
|
93
|
+
anchor={
|
|
94
|
+
<Button mode="outlined" onPress={_toggleMenu('menu2')}>
|
|
95
|
+
Menu with icons
|
|
96
|
+
</Button>
|
|
97
|
+
}
|
|
98
|
+
>
|
|
99
|
+
<Menu.Item leadingIcon="undo" onPress={() => {}} title="Undo" />
|
|
100
|
+
<Menu.Item leadingIcon="redo" onPress={() => {}} title="Redo" />
|
|
101
|
+
|
|
102
|
+
<Divider style={isV3 && styles.md3Divider} />
|
|
103
|
+
|
|
104
|
+
<Menu.Item
|
|
105
|
+
leadingIcon="content-cut"
|
|
106
|
+
onPress={() => {}}
|
|
107
|
+
title="Cut"
|
|
108
|
+
disabled
|
|
109
|
+
/>
|
|
110
|
+
<Menu.Item
|
|
111
|
+
leadingIcon="content-copy"
|
|
112
|
+
onPress={() => {}}
|
|
113
|
+
title="Copy"
|
|
114
|
+
disabled
|
|
115
|
+
/>
|
|
116
|
+
<Menu.Item
|
|
117
|
+
leadingIcon="content-paste"
|
|
118
|
+
onPress={() => {}}
|
|
119
|
+
title="Paste"
|
|
120
|
+
/>
|
|
121
|
+
{isV3 && (
|
|
122
|
+
<Menu.Item
|
|
123
|
+
trailingIcon="share-variant"
|
|
124
|
+
onPress={() => {}}
|
|
125
|
+
title="Share"
|
|
126
|
+
/>
|
|
127
|
+
)}
|
|
128
|
+
</Menu>
|
|
129
|
+
</View>
|
|
130
|
+
<Menu
|
|
131
|
+
visible={_getVisible('menu3')}
|
|
132
|
+
onDismiss={_toggleMenu('menu3')}
|
|
133
|
+
anchor={contextualMenuCoord}
|
|
134
|
+
>
|
|
135
|
+
<Menu.Item onPress={() => {}} title="Item 1" />
|
|
136
|
+
<Menu.Item onPress={() => {}} title="Item 2" />
|
|
137
|
+
<Divider style={isV3 && styles.md3Divider} />
|
|
138
|
+
<Menu.Item onPress={() => {}} title="Item 3" disabled />
|
|
139
|
+
</Menu>
|
|
140
|
+
<List.Section style={styles.list} title="Contextual menu">
|
|
141
|
+
<TouchableRipple onPress={() => {}} onLongPress={_handleLongPress}>
|
|
142
|
+
<List.Item
|
|
143
|
+
title="List item"
|
|
144
|
+
description="Long press me to open contextual menu"
|
|
145
|
+
/>
|
|
146
|
+
</TouchableRipple>
|
|
147
|
+
</List.Section>
|
|
148
|
+
</View>
|
|
149
|
+
<View style={styles.alignCenter}>
|
|
150
|
+
<Menu
|
|
151
|
+
visible={_getVisible('menu5')}
|
|
152
|
+
onDismiss={_toggleMenu('menu5')}
|
|
153
|
+
anchorPosition="bottom"
|
|
154
|
+
anchor={
|
|
155
|
+
<Button mode="outlined" onPress={_toggleMenu('menu5')}>
|
|
156
|
+
Menu with anchor position bottom
|
|
157
|
+
</Button>
|
|
158
|
+
}
|
|
159
|
+
>
|
|
160
|
+
<Menu.Item onPress={() => {}} title="Item 1" />
|
|
161
|
+
<Menu.Item onPress={() => {}} title="Item 2" />
|
|
162
|
+
<Menu.Item onPress={() => {}} title="Item 3" />
|
|
163
|
+
</Menu>
|
|
164
|
+
</View>
|
|
165
|
+
|
|
166
|
+
<View style={styles.bottomMenu}>
|
|
167
|
+
<Menu
|
|
168
|
+
visible={_getVisible('menu4')}
|
|
169
|
+
onDismiss={_toggleMenu('menu4')}
|
|
170
|
+
anchor={
|
|
171
|
+
<Button mode="outlined" onPress={_toggleMenu('menu4')}>
|
|
172
|
+
Menu at bottom
|
|
173
|
+
</Button>
|
|
174
|
+
}
|
|
175
|
+
>
|
|
176
|
+
<Menu.Item onPress={() => {}} title="Bottom Item 1" />
|
|
177
|
+
<Menu.Item onPress={() => {}} title="Bottom Item 2" />
|
|
178
|
+
<Menu.Item onPress={() => {}} title="Bottom Item 3" />
|
|
179
|
+
</Menu>
|
|
180
|
+
</View>
|
|
181
|
+
</ScreenWrapper>
|
|
182
|
+
</View>
|
|
183
|
+
);
|
|
184
|
+
};
|
|
185
|
+
|
|
186
|
+
MenuExample.title = 'Menu';
|
|
187
|
+
|
|
188
|
+
const styles = StyleSheet.create({
|
|
189
|
+
screen: {
|
|
190
|
+
flex: 1,
|
|
191
|
+
},
|
|
192
|
+
container: {
|
|
193
|
+
paddingTop: 48,
|
|
194
|
+
},
|
|
195
|
+
list: {
|
|
196
|
+
marginTop: 48,
|
|
197
|
+
},
|
|
198
|
+
alignCenter: {
|
|
199
|
+
alignItems: 'center',
|
|
200
|
+
},
|
|
201
|
+
md3Divider: {
|
|
202
|
+
marginVertical: 8,
|
|
203
|
+
},
|
|
204
|
+
bottomMenu: { width: '40%' },
|
|
205
|
+
contentContainer: {
|
|
206
|
+
justifyContent: 'space-between',
|
|
207
|
+
flex: 1,
|
|
208
|
+
},
|
|
209
|
+
});
|
|
210
|
+
|
|
211
|
+
export default MenuExample;
|
|
@@ -0,0 +1,142 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { View, StyleSheet, Animated } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import {
|
|
5
|
+
Button,
|
|
6
|
+
ProgressBar,
|
|
7
|
+
MD2Colors,
|
|
8
|
+
MD3Colors,
|
|
9
|
+
ProgressBarProps,
|
|
10
|
+
Text,
|
|
11
|
+
} from 'react-native-paper';
|
|
12
|
+
|
|
13
|
+
import { useExampleTheme } from '..';
|
|
14
|
+
import ScreenWrapper from '../ScreenWrapper';
|
|
15
|
+
|
|
16
|
+
class ClassProgressBar extends React.Component {
|
|
17
|
+
constructor(props: ProgressBarProps) {
|
|
18
|
+
super(props);
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
render() {
|
|
22
|
+
return <ProgressBar {...this.props} />;
|
|
23
|
+
}
|
|
24
|
+
}
|
|
25
|
+
|
|
26
|
+
const AnimatedProgressBar = Animated.createAnimatedComponent(ClassProgressBar);
|
|
27
|
+
|
|
28
|
+
const ProgressBarExample = () => {
|
|
29
|
+
const [visible, setVisible] = React.useState<boolean>(true);
|
|
30
|
+
const [progress, setProgress] = React.useState<number>(0.3);
|
|
31
|
+
const theme = useExampleTheme();
|
|
32
|
+
const { isV3 } = theme;
|
|
33
|
+
const { current: progressBarValue } = React.useRef(new Animated.Value(0));
|
|
34
|
+
|
|
35
|
+
const runCustomAnimation = () => {
|
|
36
|
+
progressBarValue.setValue(0);
|
|
37
|
+
Animated.timing(progressBarValue, {
|
|
38
|
+
toValue: 1,
|
|
39
|
+
duration: 2000,
|
|
40
|
+
useNativeDriver: false,
|
|
41
|
+
}).start();
|
|
42
|
+
};
|
|
43
|
+
|
|
44
|
+
return (
|
|
45
|
+
<ScreenWrapper contentContainerStyle={styles.container}>
|
|
46
|
+
<Button onPress={() => setVisible(!visible)}>Toggle visibility</Button>
|
|
47
|
+
<Button onPress={() => setProgress(Math.random())}>
|
|
48
|
+
Random progress
|
|
49
|
+
</Button>
|
|
50
|
+
<Button onPress={runCustomAnimation}>Toggle animation</Button>
|
|
51
|
+
|
|
52
|
+
<View style={styles.row}>
|
|
53
|
+
<Text variant="bodyMedium">Default ProgressBar</Text>
|
|
54
|
+
<ProgressBar progress={progress} visible={visible} />
|
|
55
|
+
</View>
|
|
56
|
+
|
|
57
|
+
<View style={styles.row}>
|
|
58
|
+
<Text variant="bodyMedium">Indeterminate ProgressBar</Text>
|
|
59
|
+
<ProgressBar indeterminate visible={visible} />
|
|
60
|
+
</View>
|
|
61
|
+
|
|
62
|
+
<View style={styles.row}>
|
|
63
|
+
<Text variant="bodyMedium">ProgressBar with custom color</Text>
|
|
64
|
+
<ProgressBar
|
|
65
|
+
progress={progress}
|
|
66
|
+
visible={visible}
|
|
67
|
+
color={isV3 ? MD3Colors.error50 : MD2Colors.red800}
|
|
68
|
+
/>
|
|
69
|
+
</View>
|
|
70
|
+
|
|
71
|
+
<View style={styles.row}>
|
|
72
|
+
<Text variant="bodyMedium">
|
|
73
|
+
ProgressBar with custom background color
|
|
74
|
+
</Text>
|
|
75
|
+
<ProgressBar
|
|
76
|
+
progress={progress}
|
|
77
|
+
visible={visible}
|
|
78
|
+
color={MD2Colors.red800}
|
|
79
|
+
style={{
|
|
80
|
+
backgroundColor: isV3 ? MD3Colors.secondary50 : MD2Colors.teal500,
|
|
81
|
+
}}
|
|
82
|
+
/>
|
|
83
|
+
</View>
|
|
84
|
+
|
|
85
|
+
<View style={styles.row}>
|
|
86
|
+
<Text variant="bodyMedium">ProgressBar with custom height</Text>
|
|
87
|
+
<ProgressBar
|
|
88
|
+
progress={progress}
|
|
89
|
+
visible={visible}
|
|
90
|
+
style={styles.customHeight}
|
|
91
|
+
/>
|
|
92
|
+
</View>
|
|
93
|
+
|
|
94
|
+
<View style={styles.row}>
|
|
95
|
+
<Text variant="bodyMedium">ProgressBar with animated value</Text>
|
|
96
|
+
<AnimatedProgressBar
|
|
97
|
+
visible={visible}
|
|
98
|
+
style={styles.progressBar}
|
|
99
|
+
animatedValue={progressBarValue}
|
|
100
|
+
theme={theme}
|
|
101
|
+
/>
|
|
102
|
+
</View>
|
|
103
|
+
|
|
104
|
+
<View style={[styles.row, styles.fullRow]}>
|
|
105
|
+
<Text variant="bodyMedium">
|
|
106
|
+
ProgressBar with custom percentage height
|
|
107
|
+
</Text>
|
|
108
|
+
<ProgressBar
|
|
109
|
+
style={styles.customPercentageHeight}
|
|
110
|
+
indeterminate
|
|
111
|
+
visible={visible}
|
|
112
|
+
/>
|
|
113
|
+
</View>
|
|
114
|
+
</ScreenWrapper>
|
|
115
|
+
);
|
|
116
|
+
};
|
|
117
|
+
|
|
118
|
+
ProgressBarExample.title = 'Progress Bar';
|
|
119
|
+
|
|
120
|
+
const styles = StyleSheet.create({
|
|
121
|
+
container: {
|
|
122
|
+
padding: 16,
|
|
123
|
+
},
|
|
124
|
+
row: {
|
|
125
|
+
marginVertical: 10,
|
|
126
|
+
},
|
|
127
|
+
fullRow: {
|
|
128
|
+
height: '100%',
|
|
129
|
+
width: '100%',
|
|
130
|
+
},
|
|
131
|
+
customHeight: {
|
|
132
|
+
height: 20,
|
|
133
|
+
},
|
|
134
|
+
customPercentageHeight: {
|
|
135
|
+
height: '50%',
|
|
136
|
+
},
|
|
137
|
+
progressBar: {
|
|
138
|
+
height: 15,
|
|
139
|
+
},
|
|
140
|
+
});
|
|
141
|
+
|
|
142
|
+
export default ProgressBarExample;
|
|
@@ -0,0 +1,104 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { StyleSheet, View } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import {
|
|
5
|
+
MD2Colors,
|
|
6
|
+
MD3Colors,
|
|
7
|
+
Paragraph,
|
|
8
|
+
RadioButton,
|
|
9
|
+
Text,
|
|
10
|
+
TouchableRipple,
|
|
11
|
+
} from 'react-native-paper';
|
|
12
|
+
|
|
13
|
+
import { useExampleTheme } from '..';
|
|
14
|
+
import ScreenWrapper from '../ScreenWrapper';
|
|
15
|
+
|
|
16
|
+
type State = 'normal' | 'normal-ios' | 'normal-item' | 'custom';
|
|
17
|
+
|
|
18
|
+
const RadioButtonExample = () => {
|
|
19
|
+
const [checked, setChecked] = React.useState<State>('normal');
|
|
20
|
+
const { isV3 } = useExampleTheme();
|
|
21
|
+
const TextComponent = isV3 ? Text : Paragraph;
|
|
22
|
+
|
|
23
|
+
return (
|
|
24
|
+
<ScreenWrapper style={styles.container}>
|
|
25
|
+
<TouchableRipple onPress={() => setChecked('normal')}>
|
|
26
|
+
<View style={styles.row}>
|
|
27
|
+
<TextComponent>Normal - Material Design</TextComponent>
|
|
28
|
+
<View pointerEvents="none">
|
|
29
|
+
<RadioButton.Android
|
|
30
|
+
value="normal"
|
|
31
|
+
status={checked === 'normal' ? 'checked' : 'unchecked'}
|
|
32
|
+
/>
|
|
33
|
+
</View>
|
|
34
|
+
</View>
|
|
35
|
+
</TouchableRipple>
|
|
36
|
+
<TouchableRipple onPress={() => setChecked('normal-ios')}>
|
|
37
|
+
<View style={styles.row}>
|
|
38
|
+
<TextComponent>Normal 2 - IOS</TextComponent>
|
|
39
|
+
<View pointerEvents="none">
|
|
40
|
+
<RadioButton.IOS
|
|
41
|
+
value="normal-ios"
|
|
42
|
+
status={checked === 'normal-ios' ? 'checked' : 'unchecked'}
|
|
43
|
+
/>
|
|
44
|
+
</View>
|
|
45
|
+
</View>
|
|
46
|
+
</TouchableRipple>
|
|
47
|
+
<TouchableRipple onPress={() => setChecked('custom')}>
|
|
48
|
+
<View style={styles.row}>
|
|
49
|
+
<TextComponent>Custom</TextComponent>
|
|
50
|
+
<View pointerEvents="none">
|
|
51
|
+
<RadioButton
|
|
52
|
+
value="custom"
|
|
53
|
+
color={isV3 ? MD3Colors.error70 : MD2Colors.blue500}
|
|
54
|
+
status={checked === 'custom' ? 'checked' : 'unchecked'}
|
|
55
|
+
/>
|
|
56
|
+
</View>
|
|
57
|
+
</View>
|
|
58
|
+
</TouchableRipple>
|
|
59
|
+
<RadioButton.Item
|
|
60
|
+
label="Normal 3 - Item"
|
|
61
|
+
value="normal-item"
|
|
62
|
+
status={checked === 'normal-item' ? 'checked' : 'unchecked'}
|
|
63
|
+
onPress={() => setChecked('normal-item')}
|
|
64
|
+
/>
|
|
65
|
+
<View style={styles.row}>
|
|
66
|
+
<TextComponent>Checked (Disabled)</TextComponent>
|
|
67
|
+
<RadioButton value="first" status="checked" disabled />
|
|
68
|
+
</View>
|
|
69
|
+
<View style={styles.row}>
|
|
70
|
+
<TextComponent>Unchecked (Disabled)</TextComponent>
|
|
71
|
+
<RadioButton value="second" status="unchecked" disabled />
|
|
72
|
+
</View>
|
|
73
|
+
<RadioButton.Item
|
|
74
|
+
label="Checked - Item (Disabled)"
|
|
75
|
+
value="third"
|
|
76
|
+
status="checked"
|
|
77
|
+
disabled
|
|
78
|
+
/>
|
|
79
|
+
<RadioButton.Item
|
|
80
|
+
label="Unchecked - Item (Disabled)"
|
|
81
|
+
value="fourth"
|
|
82
|
+
status="unchecked"
|
|
83
|
+
disabled
|
|
84
|
+
/>
|
|
85
|
+
</ScreenWrapper>
|
|
86
|
+
);
|
|
87
|
+
};
|
|
88
|
+
|
|
89
|
+
RadioButtonExample.title = 'Radio Button';
|
|
90
|
+
|
|
91
|
+
const styles = StyleSheet.create({
|
|
92
|
+
container: {
|
|
93
|
+
paddingVertical: 8,
|
|
94
|
+
},
|
|
95
|
+
row: {
|
|
96
|
+
flexDirection: 'row',
|
|
97
|
+
alignItems: 'center',
|
|
98
|
+
justifyContent: 'space-between',
|
|
99
|
+
paddingVertical: 8,
|
|
100
|
+
paddingHorizontal: 16,
|
|
101
|
+
},
|
|
102
|
+
});
|
|
103
|
+
|
|
104
|
+
export default RadioButtonExample;
|
|
@@ -0,0 +1,67 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { StyleSheet, View } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { List, Paragraph, RadioButton, Text } from 'react-native-paper';
|
|
5
|
+
|
|
6
|
+
import { useExampleTheme } from '..';
|
|
7
|
+
import ScreenWrapper from '../ScreenWrapper';
|
|
8
|
+
|
|
9
|
+
const RadioButtonGroupExample = () => {
|
|
10
|
+
const [value, setValue] = React.useState('first');
|
|
11
|
+
const [value2, setValue2] = React.useState('first');
|
|
12
|
+
|
|
13
|
+
const { colors, isV3 } = useExampleTheme();
|
|
14
|
+
const TextComponent = isV3 ? Text : Paragraph;
|
|
15
|
+
|
|
16
|
+
return (
|
|
17
|
+
<ScreenWrapper>
|
|
18
|
+
<List.Section title="With RadioButton">
|
|
19
|
+
<RadioButton.Group
|
|
20
|
+
value={value}
|
|
21
|
+
onValueChange={(value: string) => setValue(value)}
|
|
22
|
+
>
|
|
23
|
+
<View style={styles.row}>
|
|
24
|
+
<TextComponent>First</TextComponent>
|
|
25
|
+
<RadioButton value="first" />
|
|
26
|
+
</View>
|
|
27
|
+
<View style={styles.row}>
|
|
28
|
+
<TextComponent>Second</TextComponent>
|
|
29
|
+
<RadioButton.Android value="second" />
|
|
30
|
+
</View>
|
|
31
|
+
<View style={styles.row}>
|
|
32
|
+
<TextComponent>Third</TextComponent>
|
|
33
|
+
<RadioButton.IOS value="third" />
|
|
34
|
+
</View>
|
|
35
|
+
</RadioButton.Group>
|
|
36
|
+
</List.Section>
|
|
37
|
+
<List.Section title="With RadioButton.Item">
|
|
38
|
+
<RadioButton.Group
|
|
39
|
+
value={value2}
|
|
40
|
+
onValueChange={(value: string) => setValue2(value)}
|
|
41
|
+
>
|
|
42
|
+
<RadioButton.Item label="First item" value="first" />
|
|
43
|
+
<RadioButton.Item label="Second item" value="second" />
|
|
44
|
+
<RadioButton.Item
|
|
45
|
+
label="Third item"
|
|
46
|
+
value="third"
|
|
47
|
+
labelStyle={{ color: colors?.primary }}
|
|
48
|
+
/>
|
|
49
|
+
</RadioButton.Group>
|
|
50
|
+
</List.Section>
|
|
51
|
+
</ScreenWrapper>
|
|
52
|
+
);
|
|
53
|
+
};
|
|
54
|
+
|
|
55
|
+
RadioButtonGroupExample.title = 'Radio Button Group';
|
|
56
|
+
|
|
57
|
+
const styles = StyleSheet.create({
|
|
58
|
+
row: {
|
|
59
|
+
flexDirection: 'row',
|
|
60
|
+
alignItems: 'center',
|
|
61
|
+
justifyContent: 'space-between',
|
|
62
|
+
paddingVertical: 8,
|
|
63
|
+
paddingHorizontal: 16,
|
|
64
|
+
},
|
|
65
|
+
});
|
|
66
|
+
|
|
67
|
+
export default RadioButtonGroupExample;
|
|
@@ -0,0 +1,77 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { StyleSheet } from 'react-native';
|
|
3
|
+
|
|
4
|
+
import { RadioButton } from 'react-native-paper';
|
|
5
|
+
|
|
6
|
+
import { useExampleTheme } from '..';
|
|
7
|
+
import ScreenWrapper from '../ScreenWrapper';
|
|
8
|
+
|
|
9
|
+
const RadioButtonItemExample = () => {
|
|
10
|
+
const [checkedDefault, setCheckedDefault] = React.useState(true);
|
|
11
|
+
const [checkedAndroid, setCheckedAndroid] = React.useState(true);
|
|
12
|
+
const [checkedIOS, setCheckedIOS] = React.useState(true);
|
|
13
|
+
const [checkedLeadingControl, setCheckedLeadingControl] =
|
|
14
|
+
React.useState(true);
|
|
15
|
+
const [checkedDisabled, setCheckedDisabled] = React.useState<boolean>(true);
|
|
16
|
+
const [checkedLabelVariant, setCheckedLabelVariant] = React.useState(true);
|
|
17
|
+
|
|
18
|
+
const { isV3 } = useExampleTheme();
|
|
19
|
+
|
|
20
|
+
return (
|
|
21
|
+
<ScreenWrapper style={styles.container}>
|
|
22
|
+
<RadioButton.Item
|
|
23
|
+
label="Default (will look like whatever system this is running on)"
|
|
24
|
+
status={checkedDefault ? 'checked' : 'unchecked'}
|
|
25
|
+
onPress={() => setCheckedDefault(!checkedDefault)}
|
|
26
|
+
value="default"
|
|
27
|
+
/>
|
|
28
|
+
<RadioButton.Item
|
|
29
|
+
label="Material Design"
|
|
30
|
+
mode="android"
|
|
31
|
+
status={checkedAndroid ? 'checked' : 'unchecked'}
|
|
32
|
+
onPress={() => setCheckedAndroid(!checkedAndroid)}
|
|
33
|
+
value="android"
|
|
34
|
+
/>
|
|
35
|
+
<RadioButton.Item
|
|
36
|
+
label="iOS"
|
|
37
|
+
mode="ios"
|
|
38
|
+
status={checkedIOS ? 'checked' : 'unchecked'}
|
|
39
|
+
onPress={() => setCheckedIOS(!checkedIOS)}
|
|
40
|
+
value="iOS"
|
|
41
|
+
/>
|
|
42
|
+
<RadioButton.Item
|
|
43
|
+
label="Default with leading control"
|
|
44
|
+
status={checkedLeadingControl ? 'checked' : 'unchecked'}
|
|
45
|
+
onPress={() => setCheckedLeadingControl(!checkedLeadingControl)}
|
|
46
|
+
value="iOS"
|
|
47
|
+
position="leading"
|
|
48
|
+
/>
|
|
49
|
+
<RadioButton.Item
|
|
50
|
+
label="Disabled checkbox"
|
|
51
|
+
status={checkedDisabled ? 'checked' : 'unchecked'}
|
|
52
|
+
onPress={() => setCheckedDisabled(!checkedDisabled)}
|
|
53
|
+
value="iOS"
|
|
54
|
+
disabled
|
|
55
|
+
/>
|
|
56
|
+
{isV3 && (
|
|
57
|
+
<RadioButton.Item
|
|
58
|
+
label="Default with titleLarge title variant"
|
|
59
|
+
labelVariant="titleLarge"
|
|
60
|
+
status={checkedLabelVariant ? 'checked' : 'unchecked'}
|
|
61
|
+
onPress={() => setCheckedLabelVariant(!checkedLabelVariant)}
|
|
62
|
+
value="default"
|
|
63
|
+
/>
|
|
64
|
+
)}
|
|
65
|
+
</ScreenWrapper>
|
|
66
|
+
);
|
|
67
|
+
};
|
|
68
|
+
|
|
69
|
+
RadioButtonItemExample.title = 'Radio Button Item';
|
|
70
|
+
|
|
71
|
+
const styles = StyleSheet.create({
|
|
72
|
+
container: {
|
|
73
|
+
paddingVertical: 8,
|
|
74
|
+
},
|
|
75
|
+
});
|
|
76
|
+
|
|
77
|
+
export default RadioButtonItemExample;
|