peacechen / react-native-modal-selector

A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
MIT License
369 stars 129 forks source link

Add ability to pass extra props to cancel text in modal #149

Closed tetianastepova closed 4 years ago

tetianastepova commented 4 years ago

Problem: There is no ability to pass allowFontScalling configuration to cancel text component

Solution: support external cancelTextPassThruProps property that will be passed to cancel text component

I believe this will also solve this issue

peacechen commented 4 years ago

Thanks @tetianastepova for adding this feature 👍