How Did I Not Know? ๐ #1 - flexbox Baseline
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 - Ali...
Oct 1, 20241 min read21
