React Native Captcha Code Validation Android & IOS Example Sumit Kumar Pradhan August 15, 2019 This tutorial explains how to create captcha code in react native application. Nowadays this kind of captcha code is widely used in form va... Continue Reading
Gift Card Screen using react-native-confetti-cannon Sumit Kumar Pradhan August 14, 2019 This tutorial explains how to make a Gift Card Screen using react-native-confetti-cannon for Android and IOS devices in react native app... Continue Reading
React Native Implement Custom reCaptcha in Android iOS Example Sumit Kumar Pradhan August 12, 2019 This tutorial explains how to implement custom reCaptcha in Android or IOS device in react native application. This technology is used mos... Continue Reading
React Native Remove Repeated Duplicate Object Items from Array Sumit Kumar Pradhan August 11, 2019 This tutorial explains how to remove repeated and duplicate object item from array in react native application. Sometimes application user... Continue Reading
React Native Password Encryption and Decryption using Base64 Method Sumit Kumar Pradhan August 11, 2019 This tutorial explains how encrypt and decrypt password text using Base64 method in react native application. Encoding and decoding a stri... Continue Reading
Multi-Line Text / Break Text in React Native Sumit Kumar Pradhan August 05, 2019 This tutorial explains how to add multi-line text/break text in react native application. This is very simple and easy as well. you need us... Continue Reading
React Native Check Value Is Number Or Not Using isNaN() Validation Sumit Kumar Pradhan August 05, 2019 This tutorial explains how to check value is a number or not a number using isNaN() function in react native application. The function isN... Continue Reading
React Native Get Android or iOS Device Unique ID Dynamically Sumit Kumar Pradhan August 04, 2019 This tutorial explains how to get android or ios device unique ID in react native application. Every mobile phone device in the world has ... Continue Reading
React Native Convert Text to Upper Case or Lower Case on Button Click Sumit Kumar Pradhan August 04, 2019 This tutorial explains how to convert text to upper case or lower case on button click in react native application. In this example we are... Continue Reading
React Native Bottom Action Menu Example Sumit Kumar Pradhan August 04, 2019 This tutorial explains how to create bottom action menu example in react native application. To make Bottom Action Menu, we are going to u... Continue Reading
React Native Create Custom Alert Dialog Box Sumit Kumar Pradhan August 04, 2019 This tutorial explains how to create custom alert dialog box in react native application using Model component. React Native provide us pr... Continue Reading
React Native Modal Example To Display Image Sumit Kumar Pradhan August 02, 2019 This tutorial explains how to display image in modal dialog box in react native application. he Modal component is a simple way to presen... Continue Reading
React Native Modal Example Sumit Kumar Pradhan August 01, 2019 This tutorial explains how to use the modal component in React Native application. The Modal component is a simple way to present content... Continue Reading
Example to Convert any Input Value in MD5 in React Native Sumit Kumar Pradhan July 29, 2019 This tutorial explains how to convert input text value to MD5 in react native application. This example we are going to use MD5 function to... Continue Reading
React Native Strikethrough Text Using the StyleSheet Sumit Kumar Pradhan July 26, 2019 This tutorial explains how To create Strikethrough text in react native app using css stylesheet . This kind of Strikethrough text widely... Continue Reading
React Native Underline Text Using StyleSheet Sumit Kumar Pradhan July 26, 2019 This tutorial explains how To create underline text in react native app using css stylesheet . Sometime developers need to highlight the s... Continue Reading
Disable Screen Rotation Landscape Mode in Android React Native Sumit Kumar Pradhan July 20, 2019 This tutorial explains how to disable screen rotation landscape mode in android react native application . There are two different types of... Continue Reading
React Native Copy Text to Clipboard Example Sumit Kumar Pradhan July 15, 2019 This tutorial explains how to perform copy text to clipboard in react native application with simple example. Reading and writing from the ... Continue Reading
React Native Make a Phone Call – Open Phone Number in Dial Screen Sumit Kumar Pradhan July 15, 2019 This tutorial explains how to make a phone call in react native application using Linking component in react native application . Linking ... Continue Reading
Add Permissions for Android in AndroidManifest.xml in React Native Sumit Kumar Pradhan July 08, 2019 This tutorial explains how to add permissions for android application in AndroidManifest.xml File in react native application. Permissions... Continue Reading