You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was abled to do a work around to make it to work for me. Apparently the property "enabled" is only available for Android at the time. To make it work on ios I had to encapsulate the Picker inside a View and use the pointerEvents property. When pointerEvents is none the view is unresponsive to touch events. I also made an special style for the picker when the platform is ios in order to reduce the opacity.
The picker remains enabled when I add the prop enabled={false}. I want to disabled the movement of the picker under certain conditions:
The text was updated successfully, but these errors were encountered: