KJKamya jaininkamyajain14.hashnode.dev·Feb 18, 2023 · 3 min readStyleSheet Component in React-NativeThe StyleSheet component in React Native defines styles for components in a mobile app. It acts as a container for a set of style rules, which can be applied to one or more components. The StyleSheet is way similar to that of CSS Stylesheet. StyleShe...00
KJKamya jaininkamyajain14.hashnode.dev·Feb 5, 2023 · 2 min readReact Native ComponentsIntroduction To start with react-native, there are a few essential components a newbie needs to learn. Some of them are - View, Text, Image, ScrollView, and TextInput. Let's learn them one by one : View - The View component in React Native is a conta...00