React Native Gifted Chat with example

React Native Gifted Chat with example

React Native Gifted Chat is a popular library for adding chat functionality to React Native applications. It provides a wide range of customizable UI components, including chat bubbles, message input fields, and avatar images. With this library, developers can create rich and engaging chat experiences that are tailored to their specific needs. In this article, … Read more

Best way to create responsive mobile application in react native

Best way to create responsive mobile application in react native

We all want our app to be responsive, we want to give style according to all devices. We don’t have resources for hiring a specific team for managing device sizes. For all these things their is a library called React Native Size Matters. We are gonna learn how to achieve this goal. React Native Size … Read more

Accordion React native || best accordion library with examples

Whenever we want to show a accordion in our react native application then we have so many options but all have some flows. We got confuse that which one to choose. We also have some issues when we use accordion libraries with our current UI library like native base. But this library supports all popular … Read more

Masked text in react native || React native masked text

If you want to modify normal text input according to your usage you need this library. For example you want to add phone input in your form then normal text field show it as 9394050324 but with this library it is like All this modification is done by this library. Installation of React Native Masked … Read more

which is the Best UI library for react native

I am using react native for my app development for quite a long time. I used many UI libraries for getting the job done. But the one which I liked the most is Native-Base. here we are gonna see why it is the best. Up-to-Date Native base is always up to date. They never stop … Read more

How to add confirmation code field in react native

When you do any online payment or login then you need to enter otp. So if you want to add codes input in your react native app then follow these steps When you are in middle of a project than you don’t want to create a custom code input from modifying text input. You just … Read more

React Native FastImage

React Native FastImage with example, direct implementation

React Native Image component has some issues. That lack some performance. Caching is not working fine and many more. That’s why we need to use react native fastimage. Installation using npm using yarn Usage of React Native FastImage Firstly import the library at the top Now comes the fastimage component Important useful Properties (props) Now … Read more

Navigation in React Native for moving between screens

Navigation in React Native for moving between screens

In every react native app the most important thing is navigation. We have multiple screens in our app and we can go to any screen we want. So in this series we are gonna talk about different type of navigation. Firstly we are gonna talk about Stack navigator for navigating between screens. Stack Navigator For … Read more

React Native DateTime Picker

React Native datetime picker

In almost every application we need the date or time picker. When we want our user to pick the date and time like their birthdate and time then this is useful. Preview of React Native DateTime Picker Installation using npm using yarn Usage of React Native DateTime Picker Firstly import the library usage with state … Read more