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
Stijn Vinck
2 answers
2
Hi,
Add this to the container styles- transform: [{ rotate: '90deg' }]