https://github.com/peterdee/xmark-mobile
XMark is a mobile application that allow users to store geolocations and view them on the map
https://github.com/peterdee/xmark-mobile
expo geolocation mobile-app react react-native typescript
Last synced: 2 months ago
JSON representation
XMark is a mobile application that allow users to store geolocations and view them on the map
- Host: GitHub
- URL: https://github.com/peterdee/xmark-mobile
- Owner: peterdee
- License: mit
- Created: 2021-07-06T14:28:05.000Z (almost 5 years ago)
- Default Branch: develop
- Last Pushed: 2021-07-27T14:55:05.000Z (almost 5 years ago)
- Last Synced: 2025-03-14T16:49:12.158Z (over 1 year ago)
- Topics: expo, geolocation, mobile-app, react, react-native, typescript
- Language: TypeScript
- Homepage:
- Size: 784 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## XMark mobile application
XMark is a mobile application that allow users to store geolocations and view them on the map
All of the data is stored directly on the device using [SecureStore](https://docs.expo.io/versions/latest/sdk/securestore)
Stack: [React Native](https://reactnative.dev), [Expo](https://expo.dev), [MapView](https://docs.expo.io/versions/latest/sdk/map-view), [Typescript](https://www.typescriptlang.org)
### Deploy
```shell script
git clone https://github.com/peterdee/xmark-mobile
cd ./xmark-mobile
nvm use 16
npm i -g yarn
yarn
```
### Launch
```shell script
yarn start
```
Alternatively, use one of the simulators:
```shell script
yarn android
```
```shell script
yarn ios
```
### Build
Build using Expo:
```shell script
yarn build:android
```
```shell script
yarn build:ios
```
### Linting
```shell script
yarn lint
```
Using [ESLint](https://eslint.org)
### License
[MIT](LICENSE.md)