From 1132d3399939803ea25f435dd85974432494ebdd Mon Sep 17 00:00:00 2001 From: Ivan Chen Date: Thu, 4 Mar 2021 17:57:20 -0500 Subject: added tabs bar gradient that was missing for a long long time --- src/screens/main/NotificationsScreen.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/screens') diff --git a/src/screens/main/NotificationsScreen.tsx b/src/screens/main/NotificationsScreen.tsx index 7a88c5be..74bcf906 100644 --- a/src/screens/main/NotificationsScreen.tsx +++ b/src/screens/main/NotificationsScreen.tsx @@ -19,7 +19,7 @@ import { } from 'react-native'; import {SafeAreaView} from 'react-native-safe-area-context'; import {useDispatch, useSelector} from 'react-redux'; -import {TaggPrompt} from '../../components'; +import {TabsGradient, TaggPrompt} from '../../components'; import {Notification} from '../../components/notifications'; import { loadUserNotifications, @@ -212,6 +212,7 @@ const NotificationsScreen: React.FC = () => { } /> + ); }; -- cgit v1.2.3-70-g09d2