Last updated: Jun 9, 2022

React Native Components

Components are the basic building block of react native apps, components can be bigger or smaller depending on the functionality, like buttons, tables, gridview, layouts, flatList. Components altogether form screens which are required as per requirements.
React Native View Component
In this article, we will learn about the basics of React Native View.
React Native Styling EASY
In this article, we will learn about the basics of React Native Styling.
React Native Colour Reference EASY
In this article, we will learn about the basics of React Native Color Reference.
React Native State
The article discusses React Native State. We will see its uses and see how React Native State functions with the help of an example.
Author dawdye
0 upvotes
React Native Status Bar EASY
In this blog, we will discuss React Native Status Bar in-depth and see its implementation with the help of an example.
React Native Props
This article will take you through React Native Props.
Props Drilling EASY
Props Drilling is a practice where props pass from parent components to one or lower-level components. This is a very common practice that all developers face.
React Native Height and Width
This article will take you through setting the Height and Weight of a component in React Native.
React Devtools EASY
In this blog, we will learn about react devtools. We will learn about how to use and add the extension. We will also write an example for better understanding.
React Native Buttons
In this article, we will learn to implement buttons in react native.
React Native Layout and Flexbox EASY
In this blog, we will learn about a flexbox algorithm in react, with its different properties and suitable examples of some properties.
Reverse Polish Notation EASY
In this blog, we will learn about Reverse Polish Notation. We will understand its core concepts, its usage, and much more for better understanding.
React Native Positioning Elements with flex EASY
In this blog, we will learn about various positioning of elements with flex with their proper examples containing code and output
React Native Using Scrollview
This article will study the scroll view component with its implementation.
React Native ListView EASY
In this article, learn about React native Listview, syntax, and examples. Also, learn the features of listview and listview method.
React Native Flatlist EASY
In this blog, we will learn about React Native Flatlist, its uses, and how it is implemented with the help of code examples.
React Native SectionList
This article will learn about the section list with its different props and methods.
React Native Touchables
In this article, we will discuss about react-native touchables and also implement the code to build different touchables in react-native.
React Native Handling TextInput EASY
In this blog, we will learn about text input in react native and some of its props, followed by examples to better understand the same.
Activity Indicator in React Native EASY
In this blog, you will learn how to use activity indicators in react native.
React Native Picker EASY
In this blog, you will learn about Picker in React Native. We will discuss how pickers can be used in a React Native program.
React Native Switch EASY
In this blog, you will learn about Switch in React Native. We will discuss how switches can be used in a React Native program.
React Native Webview EASY
In this blog, you will learn about Webview in React Native. We will discuss how web views can be used in a React Native program.
React Native Progress Bar EASY
In this blog, you will learn about React Native Progress Bar, which is used to show the progress of a task in a visually appealing way.
React Native Image EASY
In this blog, we will learn about working with React Native Images and will see example applications along with their implementations.
React Native Video Player MEDIUM
In this blog, we will discuss installation, embedding Video, and playing local and remote video files using React Native Video Player.