Abe Dolinger

Results 3 issues of Abe Dolinger

Fix for #437 - app would not build after installing this package. Error message: ``` .../ios/Pods/Flipper-Folly/folly/portability/Math.h:19:10: fatal error: 'cmath' file not found #include ``` Fix created by @AlexArtisan - I...

**Is your feature request related to a problem? Please describe.** Hi there, we have a similar use case to these issues: - https://github.com/stripe/stripe-react-native/issues/280 - https://github.com/stripe/stripe-react-native/issues/903 where we would like to...

Hi there, I would like to periodically (every ~15 min) get step count while the app is backgrounded. Is that possible with `observeSteps`? I was hoping to test this, but...