-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
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
Labels
No labels