Mendix Native Mobile Layout

0
Is this type of layout possible to do in native mobile in Mendix.
asked
1 answers
1

Should be no problem. Start with two containers, each with size=Maximum space so you divide your page into two equal parts. Then take it from there. Have a look at the React Native flexbox documentation for more info.

answered