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

CycleListView

Open staltz opened this issue 9 years ago • 3 comments

The rows of a React Native ListView component are not being augmented with event handlers in this driver because renderRow's output is not reachable from the root VTree.

We need to make a CycleListView component that augments rows with event handlers when renderRow is called. See http://facebook.github.io/react-native/docs/listview.html#renderrow

staltz avatar Oct 29 '15 14:10 staltz

has this been fixed?

alex-milanov avatar Apr 21 '16 15:04 alex-milanov

@jevakallio @ohanhi can haz PR?

cat

staltz avatar May 06 '16 15:05 staltz

@staltz In case you missed it: https://github.com/cyclejs/cycle-react-native/pull/6

ohanhi avatar May 12 '16 17:05 ohanhi