Skip to content

Commit 2b7ddd5

Browse files
authored
Update README.md
1 parent 99e396c commit 2b7ddd5

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

README.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88

99
A bare React Native starter for serious apps — no Expo, fast storage, modern state management, and a production-minded foundation from day one.
1010

11+
----------
12+
1113
## ✨ Features Included
1214
- **🧱 Bare React Native 0.82.1** — full native control, no Expo lock-in
1315
- **🧭 React Navigation 7.x** — stacks, tabs, and modals already wired
@@ -22,7 +24,7 @@ A bare React Native starter for serious apps — no Expo, fast storage, modern s
2224
- **🚀 BootSplash 6.x** — native splash screen setup already in place
2325
- **🧪 Developer experience** — Biome 2.x, Jest 29.x, GitHub Actions CI, and Maestro E2E
2426

25-
---
27+
-----
2628

2729
## 🛠️ Getting started
2830

@@ -34,7 +36,8 @@ Standard bare React Native toolchain:
3436
- Xcode for iOS
3537
- Android Studio + SDK for Android
3638
- CocoaPods for iOS
37-
---
39+
40+
----------
3841

3942
## 🚀 Quick Start
4043

@@ -52,7 +55,7 @@ Edit `.env` as needed, then:
5255
npm start # Metro bundler
5356
npm run ios # or: npm run android
5457
```
55-
---
58+
----------
5659

5760
## 🧭 Project structure
5861

0 commit comments

Comments
 (0)