Add ability to reply, repost (without quote post), and like posts using VoiceOver (#765)
Co-authored-by: Paul Frazee <pfrazee@gmail.com>
This commit is contained in:
parent
7458b6f600
commit
a9a661ab58
6 changed files with 138 additions and 30 deletions
|
@ -191,9 +191,7 @@ export function PostCtrls(opts: PostCtrlsOpts) {
|
|||
onPress={onPressToggleLikeWrapper}
|
||||
accessibilityRole="button"
|
||||
accessibilityLabel={opts.isLiked ? 'Unlike' : 'Like'}
|
||||
accessibilityHint={
|
||||
opts.isReposted ? 'Removes like from the post' : 'Like the post'
|
||||
}>
|
||||
accessibilityHint="">
|
||||
{opts.isLiked ? (
|
||||
<HeartIconSolid
|
||||
style={styles.ctrlIconLiked}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue