lt-app icon indicating copy to clipboard operation
lt-app copied to clipboard

Cleanup: use arrays instead of object deconstruction for multi-styles

Open SyntaxBlitz opened this issue 4 years ago • 1 comments

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.

SyntaxBlitz avatar May 28 '20 06:05 SyntaxBlitz

I think I got most of those done in #27

schonfeld avatar Jun 16 '20 05:06 schonfeld