arniu / react-native-ionicons

Ionic icons for React Native
MIT License
42 stars 11 forks source link

TS2322: Property 'style' does not exist #5

Closed matei-radu closed 5 years ago

matei-radu commented 5 years ago

In the Typescript definitions, the property style is missing in IconProps which raises the error TS2322 when trying to pass the style object:

Property 'style' does not exist on type 'IntrinsicAttributes & IntrinsicClassAttributes & Readonly<{ children?: ReactNode; }> & Readonly'.