-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add target-ability to 'Next' button in select crypto scene #4256
base: develop
Are you sure you want to change the base?
Conversation
Update jest test
const accessibilityHint = sprintf(lstrings.create_wallet_hint, displayName) | ||
const accessibilityState = { checked: value, selected: value } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is selected
still necessary here?
<View style={styles.bottomButton}> | ||
<MainButton label={lstrings.string_next_capitalized} type="primary" marginRem={[0, -0.5]} onPress={handleNext} alignSelf="center" /> | ||
</View> | ||
<MainButton label={lstrings.string_next_capitalized} type="primary" marginRem={[0, -0.5]} onPress={handleNext} alignSelf="center" /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This appears to be a non-functional cleanup. If that's the case it should be in a separate commit at the beginning
alignSelf: 'center', | ||
bottom: theme.rem(1), | ||
position: 'absolute' | ||
bottomArea: { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
were these changes tested with the keyboard visible?
CHANGELOG
none
Dependencies
none
Requirements
If you have made any visual changes to the GUI. Make sure you have: