How to Add PropertiesTo add a property (prop) to a component, write it in the following syntax: props="value". For example:<Text color="orange"> Orange text </Text>Copy