-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
## React Native GoogleMap, MapBox | ||
## Introduction | ||
Front-end of the Delivery app with react native. | ||
|
||
## Preview | ||
|
||
<img width="250" height="450" style="float: left" src="https://drive.google.com/uc?export=view&id=1wuXVIT3sYEPcbQKOoC4bZdLZGWHkiuqj" /> | ||
<img width="250" height="450" style="float: left" src="https://drive.google.com/uc?export=view&id=1XFLtQk17aZPkSVF_d-aO1j9-gjsG0nAp" /> | ||
<img width="250" height="450" style="float: left" src="https://drive.google.com/uc?export=view&id=1qaQpIU-eINOJb-ZIGLIQkCtnuyWCMi_v" /> | ||
![Open React template preview](https://github.com/lub2code/images/blob/main/delX.png) | ||
|
||
## Features | ||
|
||
- Google Map | ||
- Activity detail screen | ||
- Turn-by-turn mapbox | ||
- Profile update screen | ||
- Status update with hashtags, mentions, URL enrichment and image upload | ||
|
||
## Requirements | ||
|
||
- React Native CLI | ||
|
||
## Run | ||
```sh | ||
git clone https://gitlab.com/superdev1008_xecure/del_x.git | ||
cd del_x | ||
npm install | ||
react-native run-ios | react-native run-android | ||
``` | ||
``` |