vishaldhanotiya / react-native-modal-picker

This is a cross-platform picker with search bar for react native support both platform IOs and android
https://www.npmjs.com/package/rn-modal-picker
44 stars 18 forks source link

Typing on filter crashes #28

Closed aozan88 closed 3 years ago

aozan88 commented 3 years ago

Describe the bug Hello everyone, I'm using rn-modal-picker with dynamic datas. Datasource is working, all the data is listed on picker. Whenever any char is typed on the filter pane of the picker-popup, the app crashes. I've used the same code block of the one shared on github page except datasource. I'm sharing a screenshot of the error though.

To Reproduce Steps to reproduce the behavior:

  1. Go to RNModalPicker Popup
  2. Click on Filter Area and type
  3. See error on the screen.

Expected behavior Filtering should work correctly

Screenshots

Desktop (please complete the following information):

Smartphone (please complete the following information):

aozan88 commented 3 years ago

The same package is shared there : https://github.com/hungptse/search-modal-picker Just installed it and works fine. Any redirection to that package would be good on this page.