Conditional styling in React Native (styled components)
One of the most useful tricks I learned when I started styling screens in React Native was how to conditionally apply CSS to a container. Some of the most common use cases were reusing a component in a context where it has a slightly different style,...
Sep 8, 20222 min read116
