Closed paynd closed 6 years ago
PopoverTouchable
works only with components that have onPress
property - Touchables and Text. If you want to use Popover
with Switch
you have to control Popover
manually. You can PopoverTouchable
implementation as a starting point.
Popover not shown on tap when wrapping Switch. If I change
Switch
toText
it works fine.