React Native WebView React Native WebView is a component which is used to load web content or web page. The WebView component…
first app hello world
-
-
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…
-
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…