Why are tables so hard in React Native?
I'm trying to recreate html table functionality in React Native and I just cannot figure this out. I have 1 column for item name (short), and another for item description (potentially very long). I want the first column to take…