react-native

react

3 ways to create platform-specific designs in React Native

Learn how to create platform-specific designs in React Native in 3 different ways. This post will show you how to create platform-specific designs with examples.

Read
react

How to use SVG or vector images in React native

How to use svg images in React native. This post will show you different ways to use SVG or vector images in a react native project.

Read
react

How to read platform-specific values in React Native

Learn how to access platform specific data in React native using Platform API. Platform API has may properties available for Android and iOS devices.

Read
react

How to change the background color of a View dynamically in React Native

How to change the background color of a View dynamically in React Native. We will create one React Native project to change the view background color dynamically.

Read
react

How to add scroll to top to a FlatList in ReactNative app

Scroll to top is a convenient way to show users to scroll to the top of a list. This post will show you how to add scroll to top in Flatlist in react native.

Read
react

How to show pdf files in react native applications

In this tutorial, we will learn how to load a pdf file from remote cloud storage and how to show it in a react native app.

Read
react

Handling keyboard with react-native ScrollView

Learn how to handle keyboard with react-native ScrollView.keyboardDismissMode and keyboardShouldPersistTaps are two properties used for keyboard handling.

Read
react

How to hide the keyboard on touch outside in react native

This post will show you how to hide the keyboard on touch outside of it in react native. We will create one simple react-native project to implement it.

Read
react

How to remove yellow warning box in React Native

React native program to remove yellow warning box. Yellow warning box is used to show warnings in react native but using one line of code, we can disable it.

Read
react

React native example to create Text with different colors or multicolored Text

This react native tutorial will show you how to add different color substrings in a string with example. The example will use one Text with sub Text inside it with different colors.

Read