galio-org / galio

Galio is a beautifully designed, Free and Open Source React Native Framework

Home Page:https://galio.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

typescrypt support

c-romeo opened this issue · comments

Please add typescript support for functions definition

Hi @c-romeo ! I totally agree, we need to add typescript support, the community can always help out with this <3

There is an existing Merge Request for this that was abandoned. #151
I'll finish it.

Guys .... It's very hard for me creating react-native applications and not starting with typescript.... please please advice me with a way to create maybe temp declaration coz i can't use galio in my typescript app due to definition declaration

Hi @zeedevio. I added a sample TypeScript declaration file in my MR here: #226
It's been pending review since August 26, 2020. You could also just add // @ts-ignore to your imports or modify your tsconfig.json.