Props

Add props as an argument to pass the information on your Component. You can use string, number, function...

function ArticleTitle(props) {
return <Text>{props.title} for React Native</Text>;
}
Subscribe?

Be the first to receive insightful articles and actionable resources that help you to elevate your skills.