michalchudziak / react-native-geolocation

Geolocation APIs for React Native
MIT License
1.31k stars 228 forks source link

Typescript broken in 3.2.0 #301

Closed suman379 closed 6 months ago

suman379 commented 7 months ago

After upgrading to 3.2.0, no typescript suggestion available. Am I missing something?

Versions

littleski commented 7 months ago

yeah they are

i use a patch in the mean time to change the package.json so it points types to the untranspiled file (js/index.ts) instead of "types": "lib/typescript/lib/commonjs/index.d.ts",

waiting for the fix too :)

nicolascavallin commented 7 months ago

+1

Jorge-Luis-Rangel-Peralta commented 7 months ago

Me too