Video Demo:
There are two type of permissions: Normal and Dangerous permission.
Normal permission are like Internet permission, network permission etc and Dangerous permission contain the private data of users like contact details, gallery etc. Before Android version 6 these permissions are showed while installing the application but there is...
Sunday, November 10, 2019
Wednesday, June 12, 2019
Demo:
The react native dropdown provide a popup to select a particular value from a list. In this tutorial we will use the dropdown library to add this feature. Download Source code from below.
STEPS TO CREATE A REACT NATIVE PROJECT:
Step 1->
To create your project run this command:
sudo npm install -g react-native-cli
Step 2->
Now...
Friday, April 19, 2019
Video Demo:
Basically a WebView is a view while display the web pages in our native applications. We are also able to load our local HTML in this WebView. Download Source code from below.
STEPS TO CREATE A REACT NATIVE PROJECT:
Step 1->
To create your project run this command:
sudo npm install -g react-native-cli
Step 2->
Now...
Wednesday, March 20, 2019
Video Demo
Many times in react native we need to fetch data from a server end. In this tutorial we will learn how to call the rest api's in React Native. DOWNLOAD SOURCE CODE FROM BELOW
STEPS TO CREATE A REACT NATIVE PROJECT:
Step 1->
To create your project run this command:
sudo npm install -g react-native-cli
Step 2->
Now...
Tuesday, March 12, 2019
Video Demo:
Basically a Flatlist is a view of group that illustrates the data in a horizontal or vertical scrollable view. In react native Listview is deprecated, so most of the time FlatList is used in react. FlatList is similar as ListView. In this tutorial we are going to learn how add the Horizontal FlatList in react native. DOWNLOAD...
Sunday, March 3, 2019
Video Demo:
This article is about facebook integration in your react native application. Nowadays my applications are using Facebook login to register user in their application. The fbsdk library is a simplest way for Facebook integration in react native. DOWNLOAD SOURCE CODE FROM BELOW.
STEPS TO CREATE A REACT NATIVE PROJECT:
Step...