react-native-paper/src/components/Checkbox/CheckboxItem.tsx @@ -87,6 +87,7 @@ type Props = { */ const CheckboxItem = ({ + disabled, style, status, label, @@ -98,7 +99,7 @@ const CheckboxItem = ({ position = 'trailing', ...props }: Props) => { - const checkboxProps = ...
This issue occurs if I use the latest version of React Native Paper(v4.7.1). The previous version(v.4.7.0) works correctly. I found this issue both on iOS and Android. Your Environment softwareversion ios or android iOS 14.3, android 11.0 react-native 0.63 ( I'm using expo 40) react...
react-native-checkbox rn-checkbox FreakyCoder freakycoder kuray Kuray react View more freakycoder published4.1.2•3 months agopublished version4.1.2,3 months ago M Q P Maintenance: 33%.Quality: 63%.Popularity: 6%. @ark-ui/vue A collection of unstyled, accessible UI components for Vue, util...
Environment react-native: 0.62.2 react-native-paper: 3.9.0 Description Error: Unable to resolve module ./components/Checkbox from node_modules\react-native-paper\lib\module\index.js Error after updating from 3.8.0 to 3.9.0 Note: I've tri...