Native: rotate information 90 degrees

0
Hi, I want to create a member card in a native app. If you open the page with all the member information, I want to see the information in landscape mode. Is there a styling function for rotating a container on a page with 90degrees?
asked
2 answers
2

Hi,

Add this to the container styles-  transform: [{ rotate: '90deg' }]

Check link: rotate in react native

answered
0

I do not think there is an option to do this directly in the modeler, but you can rotate a div with CSS.

answered