react-native

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
react

How to add bottom tab navigation bar in react native

In this react native tutorial, we will learn how to put bottom tab navigation bar or bottom tabs in react native. We will use react navigation V5.

Read
react

React native program to create one vertical scroll view with horizontal scrollable items

In this react native tutorial, we will learn how to put horizontal scrollable items in a vertical scroll view. Each item of the vertical scroll view is a horizontal scroll view.

Read
react

How to create horizontal scrollbar with views in React native

This tutorial will show you how to create one horizontal scrollbar with views in react native. We will use the ScrollView component of React native to create the horizontal scrollbar. We will also learn different methods available.

Read
react

How to create blur view in React Native

This tutorial will show you how to create one blur view in react native. React native community provides one library that can be used to create blurred view. We will learn how to create blur view in both Android and iOS.

Read
react

How to use one WebView in react native

In this react native tutorial, we will learn how to create one webview using react native WebView component. We will see how the webview looks like in Android and iOS devices.

Read