https://github.com/vsnaichuk/react-native-places
React Native App (Offline First) for sharing places that people visit from all over the world 🗺
https://github.com/vsnaichuk/react-native-places
expo mobx react react-native react-native-maps sqlite typescript
Last synced: 27 days ago
JSON representation
React Native App (Offline First) for sharing places that people visit from all over the world 🗺
- Host: GitHub
- URL: https://github.com/vsnaichuk/react-native-places
- Owner: vsnaichuk
- Archived: true
- Created: 2021-04-25T23:07:07.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2021-08-20T18:28:03.000Z (over 4 years ago)
- Last Synced: 2025-04-04T00:43:53.897Z (10 months ago)
- Topics: expo, mobx, react, react-native, react-native-maps, sqlite, typescript
- Language: TypeScript
- Homepage: https://expo.dev/@v_snaichuk/rn-places
- Size: 383 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
React Native Places
rn-places

## Overview
A Mobile application for sharing places that people visit from all over the world. Uses React Native, TypeScript, MobX and Native Device Features
## Built With
This project built using these technologies:
- React Native
- Typescript
- Expo
- Mobx
- SQLite
- WebStorm
## Getting Started
```terminal
$ git clone ... // clone this project
$ cd RN-places // go to folder
$ npm install // install npm pacakges
$ npm run start // run it locally
```