accessibilityLabel
This commit is contained in:
parent
7a920d2eb4
commit
5809dd0624
3 changed files with 4 additions and 4 deletions
|
@ -103,7 +103,7 @@ export function ProfileFeedScreen(props: Props) {
|
|||
<View style={{flexDirection: 'row'}}>
|
||||
<Button
|
||||
type="default"
|
||||
accessibilityLabel={_(msg`Go Back`)}
|
||||
accessibilityLabel={_(msg`Go back`)}
|
||||
accessibilityHint={_(msg`Returns to previous page`)}
|
||||
onPress={onPressBack}
|
||||
style={{flexShrink: 1}}>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue