diff options
author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-04-03 20:54:09 -0400 |
---|---|---|
committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-04-03 21:00:20 -0400 |
commit | cce0f8510ac691618c69d76daacac4752800b8c1 (patch) | |
tree | ef5fc41183946c86bbb7548a09354ce1915c4439 /src/components/taggs/TaggPostFooter.tsx | |
parent | b5401f35d296e21beec41f042d97bffdbdc0c05a (diff) |
Fix profile socials bar animation
Diffstat (limited to 'src/components/taggs/TaggPostFooter.tsx')
-rw-r--r-- | src/components/taggs/TaggPostFooter.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/taggs/TaggPostFooter.tsx b/src/components/taggs/TaggPostFooter.tsx index ae9d889d..750f1793 100644 --- a/src/components/taggs/TaggPostFooter.tsx +++ b/src/components/taggs/TaggPostFooter.tsx @@ -1,5 +1,5 @@ import React from 'react'; -import {Linking, StyleSheet, View} from 'react-native'; +import {StyleSheet, View} from 'react-native'; import {Text} from 'react-native-animatable'; import {handleOpenSocialUrlOnBrowser} from '../../utils'; import {DateLabel} from '../common'; |