sghiassy / react-native-sglistview

SGListView is a memory minded implementation of React Native's ListView
MIT License
743 stars 72 forks source link

cannot call static method from DataSource #49

Closed jjhesk closed 7 years ago

jjhesk commented 7 years ago

i got an error

Unhandled JS Exception: _reactNativeSglistview2.default.DataSource is not a constructor

let ds = new SGListView.DataSource({rowHasChanged: (r1, r2) => r1 != r2});