react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
select method not accessible via ref anymore
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.
Same problem. Show and hide also missing
@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.