michalchudziak/react-native-geolocation

Typescript broken in 3.2.0

suman379 opened this issue · 3 comments

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

Versions

  • react-native-geolocation: 3.2.0
  • react-native: 0.72.10
  • react: 18.2.0

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 :)