aksonov / aksonov/react-native-tableview
onPress on Item doesn't work in edit mode
Open
- Dominant language
- Objective-C
- Stars
- 1.4k
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
onPress on Item doesn't work in edit mode though I tried to add `allowsSelectionDuringEditing={true}` props
```
{'Home'}
Item 1
Item 2
Item 3
Item 4
```
I thought `allowsSelectionDuringEditing` will make the Item clickable although in edit mode.
Do I misunderstand the meaning?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.