react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

Each checkbox is now have its own state hence separately manageable. #191

Closed aashu0148 closed 3 years ago

HariAcidReign commented 3 years ago

I don't think having individual check states and handlers is necessary at all. Even I had considered doing this, but the app is just to demonstrate the UI components right, so having all these extra variables is kinda messy IMHO. Keeping the app as lightweight as possible is always best, but maybe that's just me 😄

flyingcircle commented 3 years ago

I agree it's not necessary, but it also doesn't look too messy either. I'm neutral towards this change. I'll merge it in this time.