UI Components
Normalization
Learn how to normalize the components.
What is Normalization?
Normalization is a process of making the components look consistent and beautiful.
How to use Normalization?
1
Go to @/constants/appConstants.tsx
file.
2
You’ll see normalize
function. For example:
3
4
You can use this constants to make your components look consistent. For Example:
5
Was this page helpful?