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

Fix for iOS interval #6

Open kleydon opened 1 year ago

kleydon commented 1 year ago

This PR addresses an issue where updates would stop after a period, if setInterval() was called with an interval != 1000 ms.

This PR additionally includes the fixes introduced by earlier PRs #4 and #5.