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 started using this library with the latest version of RN and kept seeing an issue where I would ref the component and call the select method but I would get an error stating the select doesn't exist.
I fixed this by going in to the the source and binding this.select to this in the constructor.
The text was updated successfully, but these errors were encountered:
@sohobloo issue persists, going to have to fork or drop this package due to this select issue. Also not being able to just pass the dropdown a value is limiting.
Uh oh!
There was an error while loading. Please reload this page.
I started using this library with the latest version of RN and kept seeing an issue where I would ref the component and call the select method but I would get an error stating the select doesn't exist.
I fixed this by going in to the the source and binding this.select to this in the constructor.
The text was updated successfully, but these errors were encountered: