Preview:
├── src
│   ├── components
│   │   ├── Component1
│   │   │   ├── Component1.js
│   │   │   └── Component1.styles.js
│   │   ├── Component2
│   │   │   ├── Component2.js
│   │   │   └── Component2.styles.js
│   │   └── ...
│   ├── screens
│   │   ├── Screen1
│   │   │   ├── Screen1.js
│   │   │   └── Screen1.styles.js
│   │   ├── Screen2
│   │   │   ├── Screen2.js
│   │   │   └── Screen2.styles.js
│   │   └── ...
│   ├── navigation
│   │   ├── AppNavigator.js
│   │   └── ...
│   ├── services
│   │   ├── ApiService.js
│   │   └── ...
│   ├── utils
│   │   ├── helpers.js
│   │   └── ...
│   ├── store
│   │   ├── actions
│   │   │   ├── action1.js
│   │   │   └── action2.js
│   │   ├── reducers
│   │   │   ├── reducer1.js
│   │   │   └── reducer2.js
│   │   ├── store.js
│   │   └── ...
│   ├── App.js
│   └── index.js
└── ...
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter