DEV Community

Cover image for How to start using Styled Components for React Native
Adrian Twarog
Adrian Twarog

Posted on

How to start using Styled Components for React Native

This guide will give you a short tutorial on styled components in React Native.

If you haven't used styled-components before, they are a css-in-js library that makes styling much easier for your applications. They use css like syntax in your javascript and UI styling is much easier.

We look at:

  • The difference between the Stylesheet manager and styled components
  • Using CSS like syntax in React Native (css-in-js)
  • Updating existing component styles
  • Better naming conventions for components
  • Leveraging transforms

Top comments (0)