https://github.com/rahulhaque/compass-react-native-expo
A simple compass app built with expo & react-native. Non-expo version - https://github.com/rahulhaque/compass-react-native
https://github.com/rahulhaque/compass-react-native-expo
android compass expo ios javascript magnetometer react-native
Last synced: 3 months ago
JSON representation
A simple compass app built with expo & react-native. Non-expo version - https://github.com/rahulhaque/compass-react-native
- Host: GitHub
- URL: https://github.com/rahulhaque/compass-react-native-expo
- Owner: rahulhaque
- License: mit
- Created: 2018-06-21T13:42:59.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-11-16T18:05:55.000Z (over 4 years ago)
- Last Synced: 2025-06-15T15:46:30.098Z (12 months ago)
- Topics: android, compass, expo, ios, javascript, magnetometer, react-native
- Language: JavaScript
- Homepage:
- Size: 323 KB
- Stars: 69
- Watchers: 2
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Compass React Native 🧭 (Expo)
A simple compass app built with expo & react-native. Non expo version can be found [here](https://github.com/rahulhaque/compass-react-native).
## Description
A very simple demonstration of how to use device's built in `Magnetometer` sensor to identify direction and calculate degree of angle. Built on Expo SDK version 43.
## Run the App
You can run the demo app from [Expo](https://expo.io/@rahulhaque/compass)
or
Clone or download the repository. `cd` into directory. Run `npm install` then `expo start`
## Screenshots

## More Info
Spare a ⭐ to keep me motivated. 😃