React Native
It contains the basic concept of React Native.
-
Apr- 2020 -9 April
React Native – Layout and Flexbox
A component can specify the layout of its children using the Flexbox algorithm. Flexbox is designed to provide a consistent…
Read More » -
9 April
React Native – Style
With React Native, you style your application using JavaScript. All of the core components accept a prop named style. The…
Read More » -
9 April
React Native – Props
Although the word “props” stands for “properties”, it looks more like attributes in HTML tags and works like arguments for…
Read More » -
9 April
React Native – State
There are two types of data that control a component: props and state. props are set by the parent and…
Read More » -
9 April
React Native – Home
React Native is a cross-platform mobile application development framework that lets you build native iOS and Android mobile applications. It…
Read More » -
9 April
React Native – Environment Setup
If you are new to mobile development, the easiest way to get started is with Expo CLI. Expo is a…
Read More » -
9 April
React Native – Folder Structure
In this section we are going to learn about the Folder structure of a React Native App. Both Expo and…
Read More » -
9 April
React Native – Introduction
React Native is an efficient way to develop apps with optimum performance and multiple platforms compatibility. What is React Native?…
Read More » -
9 April
React Native First App
In this section I am going to create a Hello World App using React Native using Expo tools.In the same…
Read More »