Add link embeds to posts

This commit is contained in:
Paul Frazee
2022-11-23 17:01:00 -06:00
parent 02689c5533
commit 1e9d265403
8 changed files with 178 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import React, {useMemo} from 'react'
import React from 'react'
import {StyleSheet, Text, View} from 'react-native'
import {FontAwesomeIcon} from '@fortawesome/react-native-fontawesome'
import {Link} from '../util/Link'