React Native Height and Width The height and width determine the size of component on the screen. There are two different ways…
scrollview
-
-
React Native Style React Native simply uses JavaScript for styling our core components. We don’t require any special language or syntax for…
-
React Native Image The Image component is used to display the image on the screen. The image can be loaded from different…
-
React Native Layout and Flexbox React Native Flexbox is an algorithm to specify the layout of component’s children. It provides a consistent…
-
React Native ListView React Native ListView is a view component which contains the list of items and displays in a vertical scrollable…
-
React Native ActivityIndicator ActivityIndicator is used to display a circular loading indicator. Props Props Description animating Option to show the indicator (bydefault…
-
React Native Moving Between Screens In this section, we will discuss how to navigate from one route screen to another route screen…
-
React Native Adding Icons at the Bottom of Tab Navigation In this section, we will add the icons to the bottom of…
-
React Native Navigation React Native Navigation is used for managing the presentation, and transition between multiple screens. There are two types of…
-
React Native Alert React Native Alert is an API which is used to display an alert dialog with specified title and message.…