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.
@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.
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.