invertase / react-native-material-design

React Native UI Components for Material Design
http://react-native-material-design.github.io
MIT License
3.15k stars 365 forks source link

Fix CheckGroup onSelect to return latest checked state - fixes #75 #76

Closed cldwalker closed 8 years ago

cldwalker commented 8 years ago

I noticed this behavior broke when upgrading to RN 0.26 from RN 0.24 and from version 0.3.3 to 0.3.6 of this lib. Since setState behavior is no longer synchronous, we pass the newSelected directly instead of relying on setState. Thanks for your library!

cldwalker commented 8 years ago

Thanks!