AdelRedaa97 / react-native-select-dropdown

react-native-select-dropdown is a highly customized dropdown | select | picker | menu for react native that works for andriod and iOS platforms.
MIT License
320 stars 137 forks source link

search null object property fix #67

Closed C25X closed 2 years ago

C25X commented 2 years ago

Crashes when data is array of objects and some properties of that objects are null. Just added null check.