Kavidu Aloka Kodikara
Kavidu Aloka Kodikara

Reputation: 329

Get Height from Floor Level React Native

Is it possible to get the height from the floor level in React Native? Assume I'm in the 2nd floor of a building. I want to get the current height I'm holding the device from the floor level?

Upvotes: 0

Views: 580

Answers (1)

https://github.com/timfpark/react-native-location

this library allows us to retrieve the altitude of the phone and an index of accuracy. ps: getting altitude of a mobile phone is never very accurate.

Upvotes: 1

Related Questions