Skip to content

Instantly share code, notes, and snippets.

View NarHakobyan's full-sized avatar
🎯
Focusing

Narek Hakobyan NarHakobyan

🎯
Focusing
View GitHub Profile
@NarHakobyan
NarHakobyan / gist:5120e097b8f1012c0758fb7b4be45e9e
Created October 26, 2017 18:40 — forked from jnhuynh/gist:86693d8b485f4d335300
React Native Directory Structure
.
├── index.ios.js
├── js
│   ├── actions
│   │   ├── ChatServerActionCreators.js
│   │   └── ChatThreadActionCreators.js
│   ├── components
│   │   ├── ChatScreen
│   │   │   ├── index.js