mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Start using react-native-expo-image-cache
This commit is contained in:
@ -45,14 +45,14 @@ const Core: React.FC<Props> = ({
|
||||
</View>
|
||||
{(content || iconBack) && (
|
||||
<View style={styles.back}>
|
||||
{content && (
|
||||
{content && content.length ? (
|
||||
<Text
|
||||
style={[styles.content, { color: theme.secondary }]}
|
||||
numberOfLines={1}
|
||||
>
|
||||
{content}
|
||||
</Text>
|
||||
)}
|
||||
) : null}
|
||||
{iconBack && (
|
||||
<Feather
|
||||
name={iconBack}
|
||||
|
Reference in New Issue
Block a user