dpyeates / react-native-barometer

Provides barometric and altitude information for React-native apps for both IOS and Android.
MIT License
6 stars 1 forks source link

Added .d.ts file, so lib can be used in typescript react-native projects #4

Open kleydon opened 1 year ago

kleydon commented 1 year ago

Hi,

Thanks for creating this library.

In this PR, I've added a .d.ts file, so that:

Looking forward to your review,

K

kleydon commented 1 year ago

NOTE: I've tested this in the context of a typescript react-native app; so far, so good.