From 0f332655d2b64700623f25912d2610517fb954b6 Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Wed, 7 Oct 2020 20:17:13 -0400 Subject: [TMA-186] Instagram Taggs - Frontend (#45) * Renamed Moments(Bar) to Taggs(Bar) * created initial navigation and empty social media taggs screen * made more progress for the header styling * Finished social media taggs screen, organized code structure * linted stuff D: * moved bar height utility function to utils * moved color constants to constants * moved avatar title * updated comments for social media taggs * NOW the file is there --- src/routes/tabs/NavigationBar.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) (limited to 'src/routes/tabs') diff --git a/src/routes/tabs/NavigationBar.tsx b/src/routes/tabs/NavigationBar.tsx index d36b02ae..456e923f 100644 --- a/src/routes/tabs/NavigationBar.tsx +++ b/src/routes/tabs/NavigationBar.tsx @@ -1,13 +1,8 @@ -import React from 'react'; import {createBottomTabNavigator} from '@react-navigation/bottom-tabs'; +import React from 'react'; import {NavigationIcon} from '../../components'; -import { - ProfileScreen, - SearchScreen, - Home, - Notifications, - Upload, -} from '../../screens'; +import {Home, Notifications, SearchScreen, Upload} from '../../screens'; +import Profile from '../profile'; const Tabs = createBottomTabNavigator(); @@ -65,7 +60,7 @@ const NavigationBar: React.FC = () => { - + ); }; -- cgit v1.2.3-70-g09d2