From a8e68b553795007970abd559ea8c3bc270760b86 Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Sat, 20 Feb 2021 11:15:09 -0800 Subject: done --- src/screens/suggestedPeople/AnimatedTutorial.tsx | 29 +++++++++++------------- 1 file changed, 13 insertions(+), 16 deletions(-) (limited to 'src') diff --git a/src/screens/suggestedPeople/AnimatedTutorial.tsx b/src/screens/suggestedPeople/AnimatedTutorial.tsx index bf34ba6e..f7d62cee 100644 --- a/src/screens/suggestedPeople/AnimatedTutorial.tsx +++ b/src/screens/suggestedPeople/AnimatedTutorial.tsx @@ -3,8 +3,8 @@ import React from 'react'; import {StyleSheet, Text, View} from 'react-native'; import {Image} from 'react-native-animatable'; import {SafeAreaView} from 'react-native-safe-area-context'; +import GestureRecognizer from 'react-native-swipe-gestures'; import {useDispatch, useSelector} from 'react-redux'; -import CloseIcon from '../../assets/ionicons/close-outline.svg'; import {suggestedPeopleAnimatedTutorialFinished} from '../../store/actions/user'; import {RootState} from '../../store/rootReducer'; import {isIPhoneX, SCREEN_WIDTH} from '../../utils'; @@ -20,22 +20,19 @@ const AnimatedTutorial: React.FC = () => { }; return ( - - - - {'Swipe up to discover more people!'} + + + + + {'Swipe up to discover more people!'} + + + - - + ); }; -- cgit v1.2.3-70-g09d2