Skip to content

Commit db0ce3e

Browse files
authored
Update README.md
1 parent ace980d commit db0ce3e

File tree

1 file changed

+28
-32
lines changed

1 file changed

+28
-32
lines changed

README.md

Lines changed: 28 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -32,38 +32,6 @@ React native starter project (no Expo) - modern state management, fast storage,
3232

3333
</div>
3434

35-
## 🛠️ Getting started
36-
37-
### Prerequisites
38-
39-
Standard bare react native toolchain:
40-
41-
- Node.js ≥ 20
42-
- Xcode for iOS
43-
- Android Studio + SDK for Android
44-
- CocoaPods for iOS
45-
46-
---
47-
48-
## 🚀 Quick Start
49-
50-
```bash
51-
git clone https://github.com/maximcoding/react-native-starter.git
52-
cd react-native-starter
53-
npm install
54-
npx pod-install ios
55-
cp .env.example .env
56-
```
57-
58-
**Launcher icon (optional):** `npm run gen:app-icon` is independent from splash generation and uses `assets/app-icon.png`. See [docs/development.md](docs/development.md#assets--guards).
59-
60-
Edit `.env` as needed, then:
61-
62-
```bash
63-
npm start # Metro bundler
64-
npm run ios # or: npm run android
65-
```
66-
6735
---
6836

6937
## 🧭 Project structure
@@ -96,6 +64,34 @@ assets/
9664
* **Repository layout**[docs/development.md#repository-layout](docs/development.md#repository-layout)
9765
* **Code rules & ownership**[AGENTS.md](AGENTS.md)
9866

67+
## 🛠️ Getting started
68+
69+
### Prerequisites
70+
71+
Standard bare react native toolchain:
72+
73+
- Node.js ≥ 20
74+
- Xcode for iOS
75+
- Android Studio + SDK for Android
76+
- CocoaPods for iOS
77+
78+
```bash
79+
git clone https://github.com/maximcoding/react-native-starter.git
80+
cd react-native-starter
81+
npm install
82+
npx pod-install ios
83+
cp .env.example .env
84+
```
85+
86+
**Launcher icon (optional):** `npm run gen:app-icon` is independent from splash generation and uses `assets/app-icon.png`. See [docs/development.md](docs/development.md#assets--guards).
87+
88+
Edit `.env` as needed, then:
89+
90+
```bash
91+
npm start # Metro bundler
92+
npm run ios # or: npm run android
93+
```
94+
9995
---
10096

10197
## 🔐 Environment variables

0 commit comments

Comments
 (0)