Skip to content

Commit 5dc5c2d

Browse files
authored
Update README.md
1 parent 2b7ddd5 commit 5dc5c2d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -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:
5555
npm start # Metro bundler
5656
npm 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
9090
Values are read at build time via react-native-config.
@@ -107,7 +107,7 @@ Sentry setup
107107
OTA / updates policy
108108
Publishing / discoverability
109109
110-
----------
110+
-----
111111
112112
## ⌨️ Key Commands
113113
@@ -125,7 +125,7 @@ Publishing / discoverability
125125
126126
Full 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
137137
Full detail: [docs/development.md#android-build](docs/development.md#android-build)
138138
139-
---
139+
-----
140140
141141
## 🔐 Permissions
142142
143143
Declare 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
163163
Contributions welcome — see [CONTRIBUTING.md](CONTRIBUTING.md) for branch/PR rules, quality checks, and PR checklist.
164164
165-
---
165+
----------
166166
167167
## 🚢 CI/CD & Release
168168
169169
GitHub Actions, local release builds, store secrets, Sentry, Maestro, OTA policy, and publishing notes: [docs/OPERATIONS.md](docs/OPERATIONS.md)
170170
171171
Version history: [CHANGELOG.md](CHANGELOG.md)
172172
173-
---
173+
-----

0 commit comments

Comments
 (0)