You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A StackOverflow post lied to me and told me that {...styles.one, ...styles.two} was the "best" way to merge styles. Later I found out you can just pass in an array: [styles.one, styles.two] which seems a lot better (this is my first react native app!!). We should clean up instances of the former.
The text was updated successfully, but these errors were encountered:
A StackOverflow post lied to me and told me that
{...styles.one, ...styles.two}
was the "best" way to merge styles. Later I found out you can just pass in an array:[styles.one, styles.two]
which seems a lot better (this is my first react native app!!). We should clean up instances of the former.The text was updated successfully, but these errors were encountered: