Friday, June 26, 2020

React Native Components - Stylesheet 2021

                                 Stylesheet

            React native Stylesheet is similar to CSS Stylesheet.Stylesheet is used for styling the application. we can use the Stylesheet in both ways, by making a separate Stylesheet or inline.Inline styles are applied at where the components are created. To access the separate Stylesheet for any element we can use style = {styles.container}.
          As the component increases in complexity, it is better to use Stylesheet.create to define several styles in one place.

Example:
________________________________________________________


__________________________________________
Output


Previous Post
Next Post

post written by:

Hello guys, myself Pooja Tirmare. I want to share my knowledge with people so they can learn react native and make beautiful applications.