Skip to content

Block Quote styling #46

@carissacks

Description

@carissacks

Hi, Andang, first of all thank you for creating this open source repo for everyone to use ✨ Really appreciate the work to create and maintain this repo.

I have a question related to block quote styling here. Is it intentional to add the blockQuoteText twice? I notice we also add the styling to the text component right? Why do we need to add the styling in our View component?

        return React.createElement(View, {
          key: state.key,
          style: [styles.blockQuoteSection, styles.blockQuoteText],
        }, [img, blockQuote]);

I ask because I want to add spacings to blockQuoteText styling, but ended up having twice the spacings that I want. (in the Text and in the View components).

Thank you, have a good day!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions