deanmcpherson / react-native-sortable-listview

Drag drop capable wrapper of ListView for React Native
MIT License
917 stars 236 forks source link

Release the deprecated list-view fix [RN 0.60+] #172

Closed usrbowe closed 5 years ago

usrbowe commented 5 years ago

Would it be possible to release master branch to npm.

RN 60 is out there, so it would be nice to have the fix, which was already merged in April.

For now, I'm just referring to "deanmcpherson/react-native-sortable-listview#master" in package.json.

bargald commented 5 years ago

@usrbowe I'm still getting 'ListView has been removed from React Native' error, even after fetching master branch. How did you overcome this?

usrbowe commented 5 years ago

@bargald You need to double check, you really have the master branch code in your node_modules. Once I get code from master, it all worked well.

If you go node_modules/react-native-sortable-listview/index.js, can you see this

// LINE: 10
import ListView from 'deprecated-react-native-listview'

If not, there is problem with getting code from master.

Also reset your packager yarn react-native start --reset-cache

chetstone commented 5 years ago

Published to NPM just now. Thanks for the nudge.