How to fit multiple Background images in react native (responsive)

I have two background images which are not fitting on different devices.

I tried with <ImageBackground> and absolute % calculation.

iPhone 12 (right performing):

iPhone 12 (right performing):

iPhone 12 Pro Max (wrong performing):

enter image description here

Has anyone a idea how to solve this responsive problem?
Thanks in advance!