Zoom of device impact the rendering of components in react native app

I am new to react native development and my problem is that when display size is increased in parameters of android device , the components of my app get mashed together.

My question: is there a way to have my app always in 100% display scale even if the display size parameter of the device is 150% for example?

Thank you in advance.