-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fixed accepted program description wrap issue #134
Conversation
screens/map/StoreDetailsScreen.js
Outdated
@@ -3,7 +3,6 @@ import { Linking } from 'expo'; | |||
import PropTypes from 'prop-types'; | |||
import React from 'react'; | |||
import { ScrollView, TouchableOpacity, View } from 'react-native'; | |||
import { Chip } from 'react-native-paper'; |
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.
goodbye chippy :')
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.
it's ok he just moved files : ' ) he's in a better place now :' )
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.
Looks great! I agree that the icon and text alignment isn't the highest priority for now.
…chen into thu/wrap-bug
What's new in this PR
How to review
Navigate to the store details screen for various stores and verify that the text is wrapping correctly and that everything looks clean.
Notable stores: Grubb's (has SNAP Match, EBT, WIC) and Nam's (has Healthy Rewards)
Relevant Links
Online sources
Related PRs
#98
Next steps
Store details screen is pretty much done after this, I think!
NOTE: Vertical text alignment in chips might be a hard issue to fix and probably won't be a priority given how much time we have left. It also doesn't really affect readability or accessibility. On some phones like mine, the bug might not show up, so maybe we can backlog it?
Screenshots
CC: @anniero98 @wangannie