React Native
It contains the basic concept of React Native.
-
May- 2020 -15 May
React Native – Dimensions
This dimension class helps to detect android or ios device screen width and height in very easy way. First thing first, import Dimension…
Read More » -
12 May
Custom Navigation Drawer / Sidebar with Image and Icon in Menu Options
This is an example of Custom Navigation Drawer / Sidebar with Image and Icon in Menu Options with React Navigation.…
Read More » -
12 May
React Native – Navigation Drawer
Navigation Drawer/Sidebar This is an Example of React Native Navigation Drawer for Android and IOS. We will use react-navigation@3.11.1 to make…
Read More » -
6 May
Lifecycle of React Native Application
Lifecycle methods are inbuilt methods. As a Mobile Application developer, we have to take care of the Lifecycle of each…
Read More » -
6 May
React Native – ProgressBarAndroid
The ProgressBarAndroid component of React Native is used to indicate the progress status of some activity or app loading something.…
Read More » -
6 May
React Native – Keyboard Avoiding View and Request Focus
While working with TextInput in native app development we don’t have to take care of the focus and keyboard avoiding…
Read More » -
4 May
React Native – WebView
React Native WebView is a component to render the web page into your mobile app. This is supported by Android…
Read More » -
4 May
React Native – Switch
This is a controlled component that requires an onValueChange callback that updates the value prop in order for the component…
Read More » -
4 May
React Native – StatusBar
React Native StatusBar is a component which is used to decorate status bar of the app. It is used by importing the…
Read More » -
4 May
React Native – ActivityIndicator
PropsDescriptionanimatingOption to show the indicator (bydefault it is true) or hide it (false).sizeSet the size of indicator (‘small’,’large’, number). The…
Read More »