Learn how to create a custom progress button in React Native with example. We will use TypeScript in the example here.
ReadLearn how to dismiss the keyboard automatically if user is scrolling through a FlatList in React native. This post will show you with one example program.
ReadLearn how to check if the keyboard is opened or closed in React Native for both Android and iOS. I will show you three ways in this post.
ReadLearn how to hide the keyboard in React Native if user taps outside of a TextInput with example. This post will show how to use a ScrollView and how to use the Keyboard module.
ReadLearn to change the text size of TextInput component of React Native. We will create one react native project and change the font size of a given TextInput.
ReadLearn 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.
Read