December 2019
Intermediate to advanced
474 pages
10h 3m
English
The syntax you've used so far to style React Native components in this application looks a bit different from what you've used already. Therefore, you can install styled-components to use the syntax for writing styles you're already familiar with. To install this, you need to run the following command:
npm install styled-components
This will install the styled-components package, after which you can proceed by creating styling for the components that are already present in your application: