react-native-modal-dropdown icon indicating copy to clipboard operation
react-native-modal-dropdown copied to clipboard

select method not accessible via ref anymore

Open calcazar opened this issue 6 years ago • 2 comments

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.

calcazar avatar Jul 21 '18 17:07 calcazar

Same problem. Show and hide also missing

gavin-gmlab avatar Jul 30 '18 07:07 gavin-gmlab

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

SSTPIERRE2 avatar Nov 05 '19 15:11 SSTPIERRE2