React Native
It contains the basic concept of React Native.
-
May- 2020 -18 May
React Native – Change App Icon in Android
In order to add app icons (more commonly called “launch icons”) to your Android version of your React Native app,…
Read More » -
17 May
React Native – Share API
React Native Share component which is used to share any content. We usually add a share button in our app…
Read More » -
17 May
React Native – Make a Phone Call
This tutorial explains how to make a phone call in react native application using Linking component in react native application. Linking gives you…
Read More » -
17 May
React Native – Get Device Information
Building a great React Native app more likely requires retrieving the mobile device details like the operating system, version, bundle…
Read More » -
17 May
React Native – NetInfo
React Native NetInfo exposes information about online/offline status. NetInfo notifies continuously about the network state whether it is online or offline. React…
Read More » -
17 May
React Native – Debugging Methods
This tutorial explains how to use debugging options in react native application to identify the bugs or defect in android or ios…
Read More » -
17 May
React Native – Play Audio
In this tutorial we are going to see how we play Audio in React Native Application. First we gonna see…
Read More » -
17 May
React Native – Camera
React Native Camera is the go-to component when creating React Native apps that require the functionality of using the device’s camera.…
Read More » -
17 May
React Native – Geolocation
In this post, we will learn, how to implement Geolocation in a React Native application. What Is Geolocation? The most…
Read More » -
16 May
React Native – Restart/Reset Current Screen
In some cases, we need to restart or reset the screen again and React Native does not provide the default…
Read More »