There are 2 methods we can create splash screen React native splash screen through component Creating a splash screen for a React Native application is…
A login page is an essential component of mobile apps that require user authentication. It can help to improve security, personalize the user experience, track…
In any app one component is very important which is loading indicator. When we are fetching data for our mobile application then user waits for…
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…
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…
TextInput is basic component of Forms in any application. If you want user to write anything like email or password etc. then you need TextInput.…
In view component we create basic UI component but for long content that is not gonna work. Our content hides and we can’t access it…
Image is basic core component of any application, almost every app have images in them so here you are gonna learn easy and fastest way…