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 View

React Native View

We use View for basic UI Component, Just like we use div in html. This is most used core component in React Native. Syntax of View React Native View working example If you have any problem comment down below. If you want more information or properties than go to https://reactnative.dev/docs/View

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

React Native Image Picker

React native image picker

React native image picker is a module of react native for adding the functionality by which you can add any image or video from device or from camera. With React Native Image Picker, you can allow users to choose an image from their device’s camera or gallery and then use that image in your app. … Read more

React Native Swiper

React Native Swiper

This is called as the best Swiper component in react native so far and It is easy to use and have direct implementation. Preview of React Native Swiper Installation of React Native Swiper using npm using yarn React Native Swiper Usage Important useful Properties (props) There are many types of props for React Native Swiper. … Read more