How to add image as background in mendix native app using react native?

0
Add image as background in mendix native app using react native?
asked
1 answers
0

You can do this by adding custom styles to the image. Try using “position: absolute” on the image. See React Native Cheatsheet for style reference

answered