Expressions

Use curly braces to embed expressions in JSX.

function AppVersion() {
const version = "SDK40";

return <Text>Your version id {version}</Text>;
}
Subscribe?

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