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

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

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