Add testID to HeaderBackButton (#1397)

This commit is contained in:
Stephen J. Collings
2017-05-12 23:28:32 +01:00
committed by Eric Vicenti
parent f575d90986
commit c2f49e52a9

View File

@@ -79,6 +79,7 @@ class HeaderBackButton extends React.PureComponent<DefaultProps, Props, State> {
accessibilityComponentType="button"
accessibilityLabel={backButtonTitle}
accessibilityTraits="button"
testID="header-back"
delayPressIn={0}
onPress={onPress}
pressColor={pressColorAndroid}