From d8e6e76a8ef24d631793b5173e40f8b4069e7af7 Mon Sep 17 00:00:00 2001 From: ammarahm-ed Date: Fri, 12 Mar 2021 09:52:04 +0500 Subject: [PATCH] do not ask user to login on app welcome screen --- .../src/components/SplashScreen/index.js | 25 ++++--------------- 1 file changed, 5 insertions(+), 20 deletions(-) diff --git a/apps/mobile/src/components/SplashScreen/index.js b/apps/mobile/src/components/SplashScreen/index.js index 8527d1ed6..92a11943b 100644 --- a/apps/mobile/src/components/SplashScreen/index.js +++ b/apps/mobile/src/components/SplashScreen/index.js @@ -23,7 +23,7 @@ import Paragraph from '../Typography/Paragraph'; import Icon from 'react-native-vector-icons/MaterialCommunityIcons'; import {DDS} from '../../services/DeviceDetection'; -import { openLinkInBrowser } from '../../utils/functions'; +import {openLinkInBrowser} from '../../utils/functions'; const features = [ { @@ -217,8 +217,7 @@ const SplashScreen = () => { try { openLinkInBrowser(item.link, colors); } catch (e) { - - console.log(e,"ERROR") + console.log(e, 'ERROR'); } }} /> @@ -238,25 +237,12 @@ const SplashScreen = () => { position: 'absolute', bottom: 25, }}> - {isNext ? ( - - ) : ( -