mirror of
https://github.com/lemeow125/StudE-Frontend.git
synced 2025-05-16 19:38:40 +08:00
Added react navigation drawer, initial template pages, and drawer sidebar design
This commit is contained in:
commit
1bb5be84ea
11 changed files with 13814 additions and 0 deletions
17
.gitignore
vendored
Normal file
17
.gitignore
vendored
Normal file
|
@ -0,0 +1,17 @@
|
|||
node_modules/
|
||||
.expo/
|
||||
dist/
|
||||
npm-debug.*
|
||||
*.jks
|
||||
*.p8
|
||||
*.p12
|
||||
*.key
|
||||
*.mobileprovision
|
||||
*.orig.*
|
||||
web-build/
|
||||
|
||||
# macOS
|
||||
.DS_Store
|
||||
|
||||
# Temporary files created by Metro to check the health of the file watcher
|
||||
.metro-health-check*
|
Loading…
Add table
Add a link
Reference in a new issue