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}.