This feature is not part of React Native, because React Native uses Yoga, a layout engine that is completely different from iOSβs auto-layout engine based on restrictions. With React Native, you can control sizes and margins using percentages depending on the width or height of the screen. This is similar to what we do to develop responsive web pages.
If you want to delve into this topic, I can offer you this article.
source share