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:
Ollie H
2023-05-30 17:50:56 -07:00
committed by GitHub
parent 7458b6f600
commit a9a661ab58
6 changed files with 138 additions and 30 deletions
@@ -50,11 +50,7 @@ export const RepostButton = ({
style={styles.control}
accessibilityRole="button"
accessibilityLabel={isReposted ? 'Undo repost' : 'Repost'}
accessibilityHint={
isReposted
? `Remove your repost of the post`
: `Repost or quote post the post`
}>
accessibilityHint="">
<RepostIcon
style={
isReposted