jsdf / react-native-refreshable-listview

Deprecated. A pull-to-refresh ListView which shows a loading spinner while your data reloads
1.38k stars 168 forks source link

ControlledRefreshableListView not exported #37

Open mauron85 opened 8 years ago

mauron85 commented 8 years ago

ControlledRefreshableListView is not exported so cannot be imported (required) from other code.

aforty commented 8 years ago

What's wrong with doing this? Works fine for me...

let ControlledRefreshableListView = require('react-native-refreshable-listview/lib/ControlledRefreshableListView');
ronyv89 commented 8 years ago

@aforty: Thanks for the tip.

jsdf commented 8 years ago

I've just published version 2.0.0-beta4 where this component is exported as the example in the readme indicates.