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

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

How to make your first app with react native

How to make your first app with react native

Here you are gonna learn how you can make your first app with react native. But at first if you don’t setup environment for react native then click here. For those who have setup environment according to expo you need to do here in place of ReactNativeGuides put your app name. and after that you … Read more

How to setup environment for react native

How to setup environment in react native

There are two ways you can install react native in your system one is for those who are new to react native, and other is for those who know app development or have basic knowledge about it. setup environment for react native Quick start with Expo CLI – for beginners Start with React native CLI … Read more