Understanding styling in React Native
In this article, I will talk about the two most popular ways of styling React Native Apps — StyleSheet and styled-components. We will look at how to structure the style objects and I will share a few tips!

Everyone started with StyleSheet API
of React Native to create styles and most of the wonderful react native developers across the globe still think this is the best way to create styles. Let’s…