Text
component from npx create-expo-app. But I improved a little bit.
Now its better to use.
1
You can import the
ThemedText
component like below:2
You can use the
ThemedText
component like below:1
If you want to look. Go to the
@/components/common/ThemedText.tsx
file.2
You will see:
3
type
is a prop that you can pass to the ThemedText
component. It will determine the style of the text.Usage
You can use theThemedText
component like below: