A cross-platform (iOS / Android), selector/picker component for React Native that is highly customizable and supports sections.
369
stars
129
forks
source link
Fix selectTextStyle should have correct TextStyle type #131
Closed
sneljo1 closed 4 years ago
The
selectTextStyle
is correctly types in the react props, but not in the Typescript type. It should be a textStyle.