react-native-paper icon indicating copy to clipboard operation
react-native-paper copied to clipboard

Switch component does not turn on with tap on Android, within SectionList

Open chrysb opened this issue 10 months ago • 1 comments

Current behaviour

I have a Switch component within a SectionList

Tapping on it does not check the switch on Android. I can swipe to turn on the switch. I can tap to disable the switch, just not to turn it on.

By changing your code to use Switch from react-native-gesture-handler, it works.

I will likely just patch this locally, but something y'all should consider fixing.

Your Environment

software version
ios x
android 14
react-native 0.73.4
react-native-paper 5.12.3
node x.x.x
npm or yarn x.x.x
expo sdk ~50.0.7

chrysb avatar Mar 28 '24 18:03 chrysb

Hey, can you show some code or provide a snack? I tried it and it worked for me

https://github.com/callstack/react-native-paper/assets/1676818/fd04318c-fa19-4957-a5bb-2bba6b997e78

gedu avatar Apr 03 '24 21:04 gedu