reactnative.dev/docs/intro-react-native-components
1 Users
0 Comments
6 Highlights
0 Notes
Tags
Top Highlights
a view is the basic building block of UI: a small rectangular element on the screen which can be used to display text, images, or respond to user input.
In Android development, you write views in Kotlin or Java; in iOS development, you use Swift or Objective-C. With React Native, you can invoke these views with JavaScript using React components. At runtime, React Native creates the corresponding Android and iOS views for those components. Because React Native components are backed by the same views as Android and iOS, React Native apps look, feel, and perform like any other apps. We call these platform-backed components Native Components.
React Native comes with a set of essential, ready-to-use Native Components you can use to start building your app today. These are React Native's Core Components.
thriving ecosystem of these community-contributed components. Check out Native Directory
React Native has many Core Components for everything from controls to activity indicators. You can find them all documented in the API section. You will mostly work with the following Core Components:
Because React Native uses the same API structure as React components, you’ll need to understand React component APIs to get started
Glasp is a social web highlighter that people can highlight and organize quotes and thoughts from the web, and access other like-minded people’s learning.