You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: