Explain the use of Flexbox in React Native? Technology Community › Category: React Native › Explain the use of Flexbox in React Native? 0 Vote Up Vote Down VietMX Staff asked 4 years ago To accommodate different screen sizes, React Native offers Flexbox support. To achieve the desired layout, flexbox offers three main properties − flexDirection, justifyContent and alignItems.