From 4b6faadd4cc0a69b0aad5b44dfe6292635b39f6b Mon Sep 17 00:00:00 2001 From: Shravya Ramesh Date: Tue, 9 Feb 2021 17:11:03 -0800 Subject: changed insta icon + added extra prop for switch --- src/components/taggs/SocialMediaInfo.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/components/taggs/SocialMediaInfo.tsx') diff --git a/src/components/taggs/SocialMediaInfo.tsx b/src/components/taggs/SocialMediaInfo.tsx index c25d0297..46e651f9 100644 --- a/src/components/taggs/SocialMediaInfo.tsx +++ b/src/components/taggs/SocialMediaInfo.tsx @@ -1,5 +1,6 @@ import React from 'react'; import {StyleSheet, Text, View} from 'react-native'; +import { ScreenType } from '../../types'; import {SocialIcon} from '..'; import {handleOpenSocialUrlOnBrowser} from '../../utils'; @@ -30,7 +31,11 @@ const SocialMediaInfo: React.FC = ({ )} - + { -- cgit v1.2.3-70-g09d2