How do I add custom styling to image in Native application in Mendix 9.2?

0
Hi everyone, How do I add custom styling to image in Native application in Mendix 9.2? I tried following the Mendix documentation https://docs.mendix.com/howto/mobile/how-to-use-native-styling And created a custom class in Main.js file export const swpeContainerImage = { container: { fill: "#ffffff", }, image: { fill: "#ffffff", width: miniumLenght*0.10, height: miniumLenght*0.10 } };
asked
1 answers
0

Hi Rajshree,

We put out a low-code live build on this a while back. Here’s the main points of whats covered in the session : 

“In this community webinar, learn how you can:

- Implement your company’s brand using native mobile styling

- Create new design properties for custom styles

- Deliver a unique native styling for iOS and Android

- Debug your native mobile styling”

 

Here’s the link https://youtu.be/XisOrOvJLlo

 

Goodluck!

answered