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

Professional Splash Screen for Your React Native App

Professional Splash Screen for Your React Native App

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 straightforward process. Here are the basic steps: By following these steps, you can create a simple splash screen for your React Native application. You can customize the splash screen … 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

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

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