Skip to content

Commit 88a212c

Browse files
authored
Update README.md
1 parent ba474f3 commit 88a212c

1 file changed

Lines changed: 6 additions & 5 deletions

File tree

README.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
![License](https://img.shields.io/badge/license-MIT-green)
88

99

10-
A bare React Native starter for serious apps — no Expo, fast storage, modern state management, and a production-minded foundation from day one.
10+
A bare react native starter project — fast storage, modern state management, and a production-minded foundation.
1111

1212
---
1313

@@ -39,7 +39,7 @@ A bare React Native starter for serious apps — no Expo, fast storage, modern s
3939

4040
### Prerequisites
4141

42-
Standard bare React Native toolchain:
42+
Standard bare react native toolchain:
4343

4444
- Node.js ≥ 20
4545
- Xcode for iOS
@@ -75,7 +75,7 @@ Feature-first structure with clear boundaries.
7575

7676
```text
7777
src/
78-
├── navigation/ # App navigation: stacks, tabs, modals, routes
78+
├── navigation/ # App navigation, it's persistence and helpers
7979
├── session/ # App bootstrap and session flow
8080
├── config/ # Env, constants, feature flags
8181
├── i18n/ # Localization setup and typed translations
@@ -84,8 +84,9 @@ src/
8484
│ ├── hooks/
8585
│ ├── services/
8686
│ ├── stores/ # Global UI state only
87-
│ ├── theme/
88-
│ └── utils/
87+
│ ├── theme/ # context, provider , tokens
88+
│ ├── types/
89+
│ └── utils/
8990
└── features/ # auth, home, settings, user
9091
9192
assets/

0 commit comments

Comments
 (0)