toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

Condition check added to avoid empty object spread #77

Open raghuureddy opened 6 years ago

raghuureddy commented 6 years ago

After upgrading react native to 0.56.0, app is crashing in release mode on item select, added this condition and its not crashing any more.

issue 76