deanmcpherson / deanmcpherson/react-native-sortable-listview

Doesn't work with <TouchableNativeFeedback>

Open
#74 0 comments 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
909
Forks
225
PR merge metrics
No merged PRs in 30d

Description

```
this.itemMoved(e.from, e.to)}
renderRow={(rowData) => return (


{rowData.text}


)}
/>
```

The codes above are not draggable.

If I change the content of `renderRow` into just `{rowData.text}`, the `SortableListView` works.

Contributor guide

No contributing guide indexed for this repository

Research direction

Start by reproducing the issue with SortableListView's renderRow returning TouchableNativeFeedback around a View, then compare it with the working Text-only row. Inspect how SortableListView handles rendered rows and touchable wrappers; done means rows remain draggable with this structure. The payload names no files or tests.

Written by the indexing model from the issue text.

Assessment

Tech stack
javascript, react-native
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
45/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.