OvalMoney / react-native-fitness

A React Native module to interact with Apple Healthkit and Google Fit.
MIT License
341 stars 68 forks source link

Fix a small typo in js/index.d.ts "Wrtie" #72

Closed GudniNathan closed 3 years ago

GudniNathan commented 3 years ago

There is a small typo in js/index.d.ts when declaring the PermissionAccess enum in line 12. It is supposed to say "Write", but currently says "Wrtie". This has a negative effect on code suggestions, where some IDE's (tested on VS Code) will suggest "Wrtie" although it will always result in an error.