Complete Guide: Setting Up Your First React Native Project – React native tutorial #2

Setting Up Your First React Native Project - React native tutorial #2

For the purpose of this walkthrough, I will assume you have basic knowledge of JavaScript and ES6, which are the foundational languages for React Native. If you are not familiar with these, I would recommend brushing up on your JavaScript and ES6 skills before proceeding. 1. Introduction to React Native React Native is a JavaScript … Read more

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

React Native vs Native Mobile App Development: Which One Is Right For You?

React Native vs Native Mobile App Development: Which One Is Right For You?

Mobile application development has been a rapidly evolving industry, with developers constantly seeking new and innovative ways to deliver high-quality, feature-rich apps to their users. Two popular approaches to mobile app development are React Native and native app development. In this essay, we will provide a comprehensive comparison of the two approaches, highlighting their strengths … Read more

How to add loading indicator in react native

Loader in react native

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 it, if we don’t show this loading then user might think that app is not working. for this example when app is opening then we show loader at top which … 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

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