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!
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
blockQuoteTexttwice? I notice we also add the styling to thetextcomponent right? Why do we need to add the styling in ourViewcomponent?I ask because I want to add spacings to
blockQuoteTextstyling, but ended up having twice the spacings that I want. (in the Text and in the View components).Thank you, have a good day!