React Native Tutorial
-
Apr- 2020 -17 AprilReact Native
React Native – Text Input
The most basic use case is to plop down a TextInput and subscribe to the onChangeText events to read the…
Read More » -
17 AprilReact Native
React Native – Button
In this section I am going to explain about React Native Buttons. Buttons are touchable elements used to interact with…
Read More » -
10 AprilReact Native
React Native Tutorial for Beginners
Hello and welcome to our site. Here you will find the detailed link of React Native Tutorial and a project…
Read More » -
9 AprilReact Native
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 AprilReact Native
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 AprilReact Native
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 AprilReact Native
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 AprilReact Native
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 AprilReact Native
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 AprilReact Native
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 »