Using expo-location ver. 14.0.2 in my App, the code:
Location.watchHeadingAsync( ({ trueHeading, accuracy }) => console.info( trueHeading, accuracy ) )
logs the changing heading value, but when I tilt the phone, the value goes crazy.
Any way to make bearing "tilt-resistant"?
What am I missing?
Are there any other react-native modules including non-official allowing the use of compass in it's "natural" manner?