Skip to content
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

fix(pirateship): fixes prods text and shop all cats to dark gray #130

Closed
wants to merge 5 commits into from
Closed

fix(pirateship): fixes prods text and shop all cats to dark gray #130

wants to merge 5 commits into from

Conversation

dfrho
Copy link

@dfrho dfrho commented Aug 3, 2018

  • Featured Products and Shop All Categories text color set to palette.secondary === grays.eight
  • Same with brand text (ie. "Sony")

@@ -112,8 +113,8 @@ const ShopStyle = StyleSheet.create({

export interface ShopProps

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Since there is no additional props, this can be a type.
export type ShopProps = ScreenProps & Pick<........>

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

add to punch list

@bweissbart
Copy link
Member

@dfrho - you don't need to implement pav's suggestion because you didn't modify the types, but you'll have to fix this conflict. Let me know if you need any assistance.

@dfrho
Copy link
Author

dfrho commented Aug 8, 2018

Added navigator type to ScreenWrapper and settled merge conflicts.

export interface PSScreenWrapperProps {
style?: StyleProp<ViewStyle>;

hideGlobalBanner?: boolean;
overrideGlobalBanner?: PSGlobalBannerSlotItem;

needInSafeArea?: boolean;
navigator?: Navigator;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't think this is necessary because we're defining navigator on line 46. If you're getting a tsc error it's probably coming from somewhere else.

@dfrho
Copy link
Author

dfrho commented Aug 13, 2018

just pushed a cleaner version removing the extra navigator props on interface PSScreenWrapperProps.

@bweissbart
Copy link
Member

@dfrho - conflicts :(

I'd recommend copying your work into a new branch and submitting a new PR.

@dfrho
Copy link
Author

dfrho commented Aug 14, 2018

@bweissbart on it, thanks Brett

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants