how can i give screen height to background image in native app

0
i tried every solution given in forum , any other solution for background image height.
asked
2 answers
1

Hello,

Check this Forum https://community.mendix.com/link/space/ui-&-front-end/questions/111045

 

Hope it helps!

answered
1

export const CustomCss = {

    container: {

        height: "100%"

    },

};

 

Add CustomCss class in your container.

answered