Understanding StyleSheet in React-native
In this lesson, we will discuss the Style component. In React Native, we apply styles using the style property, which is accepted by all standard React Native components. Let's look at an example -
<Text style={{color:"red", fontWeight: "bold"}...
arpanarani.hashnode.dev5 min read