Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit f2eca55

Browse files
committed
update readme.md
1 parent 241f0d0 commit f2eca55

File tree

8 files changed

+11
-12
lines changed

8 files changed

+11
-12
lines changed

README.md

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -12,36 +12,35 @@ This project based on [React Native](https://github.com/facebook/react-native) s
1212

1313
We use [npm](https://www.npmjs.com/) as our package manager and you should have npm installed on your machine to be able to run this project locally. After that you can run the following commands in order.
1414

15+
If you have not run react native project before, prepare development environment by following [Environment Setup Documentation](https://reactnative.dev/docs/environment-setup)
16+
1517
**Android:**
1618

1719
```
18-
git clone https://github.com/orcuntuna/kodilan-mobile.git kodilan
19-
cd kodilan
20+
git clone https://github.com/kodilan-com/mobile.git kodilan-mobile
21+
cd kodilan-mobile
2022
npm install
2123
npm run android
2224
```
2325

2426
**iOS:**
2527

2628
```
27-
git clone https://github.com/orcuntuna/kodilan-mobile.git kodilan
28-
cd kodilan
29+
git clone https://github.com/kodilan-com/mobile.git kodilan-mobile
30+
cd kodilan-mobile
2931
npm install
3032
cd ios; pod install; cd ..
3133
npm run ios
3234
```
3335

3436
### Releases
3537

36-
Please take a look at the [releases](https://github.com/orcuntuna/kodilan-mobile/releases) page.
37-
38-
### Screenshots
39-
40-
| (Recently Posts / Search Results) | (Search / Detail 1)) | (Subscribe / Detail 2) |
41-
| :-------------: |:-------------:| :-------------:|
42-
| ![Recently Posts](screenshots/recently.png) | ![Search](screenshots/search.png) | ![Subscribe](screenshots/subscribe.png) |
43-
| ![Search Results](screenshots/search-results.png) | ![Post Detail 1](screenshots/detail-1.png) | ![Post Detail 2](screenshots/detail-2.png) |
38+
Please take a look at the [releases](https://github.com/kodilan-com/mobile/releases) page.
4439

4540
### Contributors
4641

4742
- [Orçun Tuna](https://github.com/orcuntuna)
43+
44+
### Screenshots
45+
46+
![Screens](screenshots/screens.png)

screenshots/detail-1.png

-205 KB
Binary file not shown.

screenshots/detail-2.png

-155 KB
Binary file not shown.

screenshots/recently.png

-144 KB
Binary file not shown.

screenshots/screens.png

237 KB
Loading

screenshots/search-results.png

-135 KB
Binary file not shown.

screenshots/search.png

-75.6 KB
Binary file not shown.

screenshots/subscribe.png

-79.7 KB
Binary file not shown.

0 commit comments

Comments
 (0)