Hacker News new | ask | show | jobs
by garindra 4106 days ago
A little typo on the code example on the ListView docs page (https://facebook.github.io/react-native/docs/listview.html#c...):

    new ListViewDataSource
should have been:

    new ListView.DataSource