Courses
Tutorials
Interview Prep
DSA
Practice Problems
C
C++
Java
Python
JavaScript
Data Science
Machine Learning
Courses
Linux
DevOps
Similar Topics
Web Technologies
32.1K+ articles
DSA
20.4K+ articles
Python
19.6K+ articles
Experiences
15.8K+ articles
Interview Experiences
14.5K+ articles
School Learning
11.1K+ articles
JavaScript
9.9K+ articles
Java
9.4K+ articles
React-Native
254+ articles
React Native
155+ articles
React-Native Component
11 posts
Recent Articles
Text Component in React Native
Last Updated: 19 January 2026
The Text component in React Native is used to display textual content inside mobile applications. It supports both static and dynamic text with styling options for creatin...
read more
React-Native
React-Native Component
React Native
What is the use of FlatList ?
Last Updated: 25 July 2024
In this article, we are going to learn about the uses of the FlatList Component. So firstly let's know what is FlatListt?The FlatList component is an efficient way to disp...
read more
Web Technologies
Picked
ReactJS
Geeks Premier League
Geeks-Premier-League-2022
React-Native
React-Native Component
React Native Smart Components
Last Updated: 23 July 2025
In this article, we are going to learn about Smart components in React Native. The smart component is one of the categories of React Components so before diving into the s...
read more
Picked
Geeks-Premier-League-2022
React-Native
React-Native Component
React Native
Dumb Components in React Native
Last Updated: 14 February 2026
Dumb components, also known as presentational components, are React Native components that focus only on displaying UI. They do not manage state or handle business logic a...
read more
Picked
Geeks-Premier-League-2022
React-Native
React-Native Component
React Native
Importing a components in React Native
Last Updated: 13 February 2026
React Native is a popular open-source framework developed by Facebook for building native mobile applications using JavaScript and React. It allows developers to create ap...
read more
Picked
React-Native
React-Native Component
React Native
Touchable Highlight in react native
Last Updated: 14 February 2026
TouchableHighlight is a React Native component used to make views respond to touch events by darkening or highlighting the view when pressed. It is commonly used to create...
read more
Picked
React-Native
React-Native Component
React Native
React Native ScrollView Component
Last Updated: 14 January 2026
The ScrollView is an inbuilt React Native component used to display scrollable content inside a container. It allows users to move through content that does not fit on the...
read more
Picked
React-Native
React-Native Component
React Native
React Native ListView Component
Last Updated: 13 February 2026
The ListView component in React Native displays data in a vertically scrollable list using a DataSource, offering better performance than ScrollView by rendering items eff...
read more
Picked
React-Native
React-Native Component
React Native
React Native ActivityIndicator Component
Last Updated: 14 February 2026
The ActivityIndicator component in React Native is used to display a loading spinner to indicate that a task is in progress. It is commonly shown while fetching data from ...
read more
Picked
React-Native
React-Native Component
React Native
React Native Tab Navigation Component
Last Updated: 14 January 2026
The Tab Navigation component in React Native allows users to move between different screens using a tab-based interface. It helps organize multiple views in a clean and us...
read more
Picked
React-Native
React-Native Component
React Native
React Native Drawer Navigation Component
Last Updated: 14 January 2026
The Drawer Navigation component provides a side-menu based navigation system that allows users to access different screens by swiping from the edge or tapping a menu icon....
read more
Picked
React-Native
React-Native Component
React Native