allow image to clicked to go to post in notificaitons (#858)
This commit is contained in:
parent
bdcdb4e4dc
commit
fc12a1205c
2 changed files with 11 additions and 36 deletions
|
@ -165,7 +165,7 @@ export const FeedItem = observer(function ({
|
|||
}
|
||||
|
||||
return (
|
||||
// eslint-disable-next-line
|
||||
// eslint-disable-next-line react-native-a11y/no-nested-touchables
|
||||
<Link
|
||||
testID={`feedItem-by-${item.author.handle}`}
|
||||
style={[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue