danish1658 / react-native-dropdown-select-list

☝️ React Native Select List Equivalent to Html's Select with options"
https://www.npmjs.com/package/react-native-dropdown-select-list
MIT License
200 stars 89 forks source link

Wrong Types for Text Component #27

Closed poinch closed 1 year ago

poinch commented 1 year ago

Hi,

looks like that a ViewStyle Props is assigned to text props like inputStyles, dropdownStyles. Text styles cannot be applied to View Styles so for example fontSize is not accessible, won't do anything and return typescript error

yudistiraashadi commented 1 year ago

I also got this problem. They should be TextStyle.

yudistiraashadi commented 1 year ago

I also got this problem. They should be TextStyle.

danish1658 commented 1 year ago

Fixed in v2.0.4

yestheboxer commented 1 year ago

Still get the same error in 2.0.4