I’m a full stack developer documenting what I learn through writing and code.
Nothing here yet.
May 23 · 9 min read · Introduction When developers first start building React Native applications, the folder structure usually looks simple: src/ ├── screens/ ├── components/ ├── navigation/ ├── services/ └── utils/
Join discussion