galio-org / galio

Galio is a beautifully designed, Free and Open Source React Native Framework
https://galio.io/
MIT License
3.11k stars 321 forks source link

Convert to Native Typescript #254

Open blujedis opened 2 years ago

blujedis commented 2 years ago

Is your feature request related to a problem? Please describe.

Converted the project to native Typescript. Have some needs that require this. Going to work through and test all the components in the next couple days. Types were kept as close to those originally declared. Added some missing types, a few could be a little better which I'll improve. The withGalio wrapper was changed a little using a generic wrapper I use but for the most part each component, helper etc was simply converted to native Typescript.

If Authors are interested I will make a PR.

Additional context

You may view the project here.