flexbox - baseline value will align flex items based on their contents based on their baseline.
You see the above image, the content in each of these flex items sits on the same baseline
Eg: alignItems: baseline;
Ref: React Native Tutorial - 30 - Align Items - Codevolution
ย