sghiassy / react-native-sglistview

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

remove node_modules from the repo #47

Closed sibelius closed 7 years ago

sghiassy commented 7 years ago

I was always on the side of keeping node_modules under version control because I had seen too many unpredicted side effects with npm. But I've been pleasantly surprised with the idempotency of yarn, so I'm now fine with leaving node_modules out of version control.