@@ -37,7 +37,7 @@ Standard bare React Native toolchain:
3737- Android Studio + SDK for Android
3838- CocoaPods for iOS
3939
40- ----------
40+ -----
4141
4242## 🚀 Quick Start
4343
@@ -55,7 +55,7 @@ Edit `.env` as needed, then:
5555npm start # Metro bundler
5656npm run ios # or: npm run android
5757```
58- ----------
58+ -----
5959
6060## 🧭 Project structure
6161
@@ -84,7 +84,7 @@ assets/
8484- **Repository layout** → [docs/development.md#repository-layout](docs/development.md#repository-layout)
8585- **Code rules & ownership** → [AGENTS.md](AGENTS.md)
8686
87- ----------
87+ -----
8888
8989## 🔐 Environment variables
9090Values are read at build time via react-native-config.
@@ -107,7 +107,7 @@ Sentry setup
107107OTA / updates policy
108108Publishing / discoverability
109109
110- ----------
110+ -----
111111
112112## ⌨️ Key Commands
113113
@@ -125,7 +125,7 @@ Publishing / discoverability
125125
126126Full command reference: [docs/development.md#key-commands](docs/development.md#key-commands)
127127
128- ---
128+ -----
129129
130130## 🛠️ Android Troubleshooting
131131
@@ -136,13 +136,13 @@ Full command reference: [docs/development.md#key-commands](docs/development.md#k
136136
137137Full detail: [docs/development.md#android-build](docs/development.md#android-build)
138138
139- ---
139+ -----
140140
141141## 🔐 Permissions
142142
143143Declare only what you actually use. Full catalog: [docs/permissions-bare-rn.md](docs/permissions-bare-rn.md)
144144
145- ---
145+ ----------
146146
147147## 📚 Documentation
148148
@@ -156,18 +156,18 @@ Declare only what you actually use. Full catalog: [docs/permissions-bare-rn.md](
156156| Roadmap | [docs/TODO.md](docs/TODO.md) |
157157| Changelog | [CHANGELOG.md](CHANGELOG.md) |
158158
159- ---
159+ ----------
160160
161161## 🤝 Contributing
162162
163163Contributions welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for branch/PR rules, quality checks, and PR checklist.
164164
165- ---
165+ ----------
166166
167167## 🚢 CI/CD & Release
168168
169169GitHub Actions, local release builds, store secrets, Sentry, Maestro, OTA policy, and publishing notes: [docs/OPERATIONS.md](docs/OPERATIONS.md)
170170
171171Version history: [CHANGELOG.md](CHANGELOG.md)
172172
173- ---
173+ -----
0 commit comments