aboutsummaryrefslogtreecommitdiff
path: root/src/components/common/NavigationIcon.tsx
AgeCommit message (Collapse)Author
2021-07-09Remove old plus, Fix wrong upload click bugIvan Chen
2021-07-02Remove comments added from pr review. Also, clean some code that was ↵Michael
suggested from pr review.
2021-07-02Add new upload button in the middle on the nav bar and shifting the older ↵Michael
icons to new positions. Follow Blessing's design by enlargining it and making the other icons a bit smaller. Also, add the navigation that goes to the camera screen from the upload icon. Ending the rebase from master.
2021-04-01Add chat to navigationLeon Jiang
2021-02-08navigation bar to go to suggested peopleShravya Ramesh
2021-01-19DoneAshm Walia
2020-11-21[TMA-356] Updated icons (#118)Ivan Chen
* updated icons * added small icons * fixed a bug * now using the correct assets, fixed a bug
2020-10-26[TMA-280] Add coming soon (#73)Husam Salhab
* move async-storage * removed lock files * added lock files to gitignore * added the wrong file to gitignore * added coming soon screens * moved search next to profile * Added the right icons and abstracted cs to ComingSoon.tsx * Update Checkpoint.tsx Co-authored-by: Ashm Walia <ashmwalia@outlook.com>
2020-07-27TMA-167: Create Navigation Bar (#25)meganhong
* Renamed Profile in Onboarding and added dummy main screens * Comments for new screens created * change navigation in verification to profileonboarding * added icons and tab navigation * added icons to navigation bar * add clicked icons * added 2x and 3x icon sizes * rename for resizing to work * remove upload clicked as informed by design * changed initialRouteName back to Login * created NavigationIcon component to hold all the nav icons * added default case * changed intialRouteName back to Login * fixed icon names * fixed icon names * add navigation to home page after login Co-authored-by: Megan Hong <meganhong31@g.ucla.edu>