React Native Props The properties of React Native components are simply pronounced as props. In React Native, most of the components can…
first app hello world
-
-
React Native ScrollView The ScrollView is a generic scrollable container, which scrolls multiple child components and views inside it. In the ScrollView,…
-
React Native First Application Hello World Let’s build our first React Native application on Windows as development operating system and Android as…
-
React Native SectionList The React Native SectionList component is a list view component which sets the list of data into broken logical…
-
React Native FlatList The FlatList component displays the similar structured data in a scrollable list. It works well for large lists of…
-
React Native State There are two types of data state and props in React Native which control the component. The component that…
-
React Native Geolocation The Geolocation API is used to get the geographical position (latitude and longitude) of a place. It extends the…
-
React Native StatusBar React Native StatusBar is a component which is used to decorate status bar of the app. It is used…
-
React Native Height and Width The height and width determine the size of component on the screen. There are two different ways…
-
React Native Style React Native simply uses JavaScript for styling our core components. We don’t require any special language or syntax for…