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.
ReadHow 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.
ReadLearn how to access platform specific data in React native using Platform API. Platform API has may properties available for Android and iOS devices.
ReadHow 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.
ReadScroll 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.
ReadIn 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.
ReadLearn how to handle keyboard with react-native ScrollView.keyboardDismissMode and keyboardShouldPersistTaps are two properties used for keyboard handling.
ReadThis 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.
ReadReact 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.
ReadThis 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