We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88a212c commit c979cc6Copy full SHA for c979cc6
README.md
@@ -75,9 +75,9 @@ Feature-first structure with clear boundaries.
75
76
```text
77
src/
78
+├── config/ # Env, constants, feature flags
79
├── navigation/ # App navigation, it's persistence and helpers
80
├── session/ # App bootstrap and session flow
-├── config/ # Env, constants, feature flags
81
├── i18n/ # Localization setup and typed translations
82
├── shared/ # Cross-app code used by multiple features
83
│ ├── components/
0 commit comments