mikehardy / react-native-update-apk

Update apk from non-play store servers, and update ios from app store in React Native.
MIT License
193 stars 57 forks source link

supperts typescript? #51

Closed Johnny159 closed 2 years ago

Johnny159 commented 2 years ago

Supperts typescript?

Thanks.

mikehardy commented 2 years ago

A cursory glance at the library shows no types, right? So...no. But I write entirely in typescript these days and use it just fine. I just have a types entry that says "ignore the types here" and use it untyped. :shrug: . It's a tiny library, never seemed important to do.

If you propose a PR that types the library with an index.d.ts file I will happily merge it, I do love types, just haven't had the time

Cheers

ScreamZ commented 1 year ago

https://github.com/mikehardy/react-native-update-apk/pull/80