How is flexbox different in React Native and browser? Technology Community › Category: React Native › How is flexbox different in React Native and browser? 0 Vote Up Vote Down VietMX Staff asked 4 years ago Flexbox works the same way in React Native as it does in CSS on the web, with a few exceptions. The defaults are different, with flexDirection defaulting to column instead of row, and the flex parameter only supporting a single number.