Core Components React Native
Core Components React Native
React Native
What is React Native
• an open source framework for building Android and iOS applications
using React and the app platform’s native capabilities.
Concepts[1]
• Components
• Basic building block
• Anything on the screen is some sort of component.
• Props
• short for properties
• Customize components
• Should not be modified
• State
• allows React components to change their output over time
Component(just a
function)
Basic
component
props