Problem Statement
Does React Native support the CSS gap property for Flexbox?
Explanation
As of now, React Native does not support the 'gap' property that exists in web Flexbox.
Developers achieve similar spacing using margin or by wrapping children inside spacing containers.