react-native-modal-dropdown
react-native-modal-dropdown copied to clipboard
renderButtonComponent or renderRightComponent does not exist in ModalDropdownProps in latest version
Is this by design?
It works but I get a typescript error as follows:
Property 'renderRightComponent' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes<ModalDropdown
Will it stop working in future? If yes, what is the alternative to custom render the dropdown main button?
The renderRightComponent is missing in types. How to make a fix of this?
Do I need to create a PR here or https://github.com/DefinitelyTyped/DefinitelyTyped/blob/master/types/react-native-modal-dropdown/index.d.ts?