-
Notifications
You must be signed in to change notification settings - Fork 0
/
tree.txt
45 lines (44 loc) · 1.2 KB
/
tree.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
.
├── App.js
├── app.config.js
├── assets
│ ├── adaptive-icon.png
│ ├── favicon.png
│ ├── icon.png
│ └── splash.png
├── babel.config.js
├── components
│ ├── Button.js
│ ├── ErrorMessage.js
│ ├── IconButton.js
│ ├── InputField.js
│ ├── PillButton.jsx
│ ├── TodoButton.tsx
│ └── index.js
├── config
│ └── firebase.ts
├── models
│ ├── Categories.tsx
│ └── Todo.ts
├── navigation
│ ├── AuthStack.js
│ ├── AuthenticatedUserProvider.js
│ ├── HomeStack.js
│ ├── RootNavigator.js
│ └── index.js
├── package-lock.json
├── package.json
├── screens
│ ├── CalendarScreen.jsx
│ ├── EditScreen.tsx
│ ├── GlobalScreen.tsx
│ ├── HomeScreen.js
│ ├── LoginScreen.js
│ ├── MatrixScreen.jsx
│ ├── OverdueScreen.jsx
│ ├── RadarScreen.jsx
│ └── SignupScreen.js
├── tree.txt
├── tsconfig.json
└── yarn.lock
6 directories, 36 files