Why does React Native not offer a justify-self
I want to align an item in the primary axis. For example, I want to have a row with a few children all aligned left, and then one child aligned on the right side. You could achieve that effect with something like “position: absolute; right: 0”, but I’m wondering if theres a better way. It … Read more