MobileReality / react-native-select-pro

React Native dropdown (select) component developed by Mobile Reality
https://mobilereality.github.io/react-native-select-pro
MIT License
280 stars 18 forks source link

[BUG] SelectModalProvider not working in IOS #227

Closed danish5454 closed 1 year ago

danish5454 commented 1 year ago

Describe the bug A clear and concise description of what the bug is when you open modal and click the list but do not select anything and click any where in the screen to close the select list and then try to Hide modal in IOS.

To Reproduce Steps to reproduce the behavior:

  1. Go to your Modal provider link https://themobilereality.com/react-native-select-pro-docs
  2. Just open your own example in expo.
  3. open the list and just close it by clicking anywhere and just click hide modal you will see the BUG

Expected behavior Modal will close.

Environment (please complete the following information):

Additional context

https://github.com/MobileReality/react-native-select-pro/assets/132438054/c598d348-06df-4362-a480-a1b59c86bee0

gitsad commented 1 year ago

Hi @danish5454 it's resolved now by @sajaprzemyslaw . Merged in https://github.com/MobileReality/react-native-select-pro/pull/228

gitsad commented 1 year ago

Probably related to: https://github.com/facebook/react-native/issues/16182 https://github.com/facebook/react-native/issues/33733 https://github.com/facebook/react-native/issues/34184

gitsad commented 1 year ago

Thanks @danish5454 for raising it.