Logo
Pattern

Discover published sets by community

Explore tens of thousands of sets crafted by our community.

React Native Components

41

Flashcards

0/41

Still learning
StarStarStarStar

Image

StarStarStarStar

A component used to display different types of images, including network images, static resources, local files, and temporary local images.

StarStarStarStar

RefreshControl

StarStarStarStar

A component that provides pull-to-refresh functionality for scroll views.

StarStarStarStar

Button

StarStarStarStar

A simple button component for handling touches that should just display a text string.

StarStarStarStar

Alert

StarStarStarStar

Provides methods to display alerts and prompt for user responses.

StarStarStarStar

DatePickerAndroid

StarStarStarStar

Opens a dialog to select a date from the calendar using the native date picker, specific to Android.

StarStarStarStar

FlatList

StarStarStarStar

A high-performance list component that renders only the items that are currently visible. It is used for long lists of data where the number of items might change over time.

StarStarStarStar

StyleSheet

StarStarStarStar

Creates an object that contains styles definitions which can be applied to elements.

StarStarStarStar

Platform

StarStarStarStar

Provides information and conditional utility regarding the OS the app is running on (iOS, Android, etc.).

StarStarStarStar

TouchableOpacity

StarStarStarStar

A wrapper for views that should respond to touches. Opacity of the wrapped view is decreased upon touch.

StarStarStarStar

Modal

StarStarStarStar

A simple way to present content above an enclosing view. It can be dismissed by touching outside of it.

StarStarStarStar

LayoutAnimation

StarStarStarStar

A class that creates and updates animations triggered by layout changes.

StarStarStarStar

TouchableNativeFeedback

StarStarStarStar

Provides touchable functionality along with native feedback by using ripple effects on Android.

StarStarStarStar

TabBarIOS

StarStarStarStar

Renders a tab bar for tab-based navigation in iOS apps.

StarStarStarStar

SafeAreaView

StarStarStarStar

A component that renders content within the safe area boundaries of a device. It's useful for avoiding notches and other intrusions on a screen.

StarStarStarStar

KeyboardAvoidingView

StarStarStarStar

A component to move children views out of the way of the keyboard.

StarStarStarStar

Switch

StarStarStarStar

A binary toggle component for turning an option on or off.

StarStarStarStar

StatusBar

StarStarStarStar

Component for controlling the app's status bar, allowing you to control its style, hide or show it, etc.

StarStarStarStar

ScrollView

StarStarStarStar

A generic scrolling container that can host multiple components and views. It is useful when you have content that overflows the screen.

StarStarStarStar

ActivityIndicator

StarStarStarStar

Displays a circular loading indicator that represents a progress.

StarStarStarStar

SegmentedControlIOS

StarStarStarStar

Renders a segmented control, a horizontal bar divided into segments, each functioning as a button, for iOS.

StarStarStarStar

Share

StarStarStarStar

Provides a way to share content from your app with other apps.

StarStarStarStar

Vibration

StarStarStarStar

Provides methods to control the vibration for tactile feedback for both iOS and Android devices.

StarStarStarStar

ActionSheetIOS

StarStarStarStar

Provides a way to display a modal dialog with a set of choices to the user, specific to iOS devices.

StarStarStarStar

AppRegistry

StarStarStarStar

The JS entry point to run a React Native application. It is used to register the root component that should be launched with the app.

StarStarStarStar

ListView

StarStarStarStar

Used to display a scrolling list of changing, but similarly structured, data. Deprecated in favor of FlatList and SectionList.

StarStarStarStar

Picker

StarStarStarStar

Provides multiple options in a dropdown style from which a user can select a single option.

StarStarStarStar

PermissionsAndroid

StarStarStarStar

Provides API to request and check status of various permissions like location, camera etc., in Android apps.

StarStarStarStar

Dimensions

StarStarStarStar

Provides an API to get dimensions of the device screen and window.

StarStarStarStar

TimePickerAndroid

StarStarStarStar

Opens a dialog to select a time (hours and minutes) using the native time picker, specific to Android.

StarStarStarStar

Text

StarStarStarStar

A component for displaying text which supports nesting, styling, and touch handling.

StarStarStarStar

ProgressViewIOS

StarStarStarStar

Renders a progress bar for iOS, representing the progress of a task.

StarStarStarStar

SectionList

StarStarStarStar

A component that renders a sectioned list of items. It is like FlatList, but for sectioned lists.

StarStarStarStar

TextInput

StarStarStarStar

Allows the user to enter text. It has various options to customize its behavior, such as placeholder text and keyboard type.

StarStarStarStar

TouchableHighlight

StarStarStarStar

A wrapper for making views respond to touches by adding a visible highlight effect.

StarStarStarStar

Animated

StarStarStarStar

A library for creating fluid and complex animations within React Native apps.

StarStarStarStar

Linking

StarStarStarStar

Provides a general interface to interact with both incoming and outgoing app links.

StarStarStarStar

DrawerLayoutAndroid

StarStarStarStar

Provides a straightforward navigation option with a drawer that slides in from the side of the screen, specific to Android.

StarStarStarStar

TabBarIOS.Item

StarStarStarStar

An individual tab bar item within the TabBarIOS that can display a badge value or an icon.

StarStarStarStar

View

StarStarStarStar

A container that supports layout with flexbox, style, touch handling, and accessibility controls. It's similar to a div in web development.

StarStarStarStar

TouchableWithoutFeedback

StarStarStarStar

A wrapper for handling touch events without any feedback shown on the UI.

StarStarStarStar

PixelRatio

StarStarStarStar

Gives access to the device pixel density which can be used for scaling pixel dimensions.

Know
0
Still learning
Click to flip
Know
0
Logo

© Hypatia.Tech. 2024 All rights reserved.