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

Fix selectTextStyle should have correct TextStyle type #131

Closed sneljo1 closed 4 years ago

sneljo1 commented 4 years ago

The selectTextStyle is correctly types in the react props, but not in the Typescript type. It should be a textStyle.

mikaello commented 4 years ago

LGTM. Thanks :-)

Update: published new version to NPM (v1.1.3)