Answers for "trigger rotation react native"

6

react native rotate

transform: [{ rotate: '90deg'}]
Posted by: Guest on September-27-2020
0

react native prevent rotation of screen

If building your React Native apps with Expo then you can use the orientation field in your app.json file - for example:

{
  "expo": {
    "name": "My app",
    "slug": "my-app",
    "sdkVersion": "21.0.0",
    "privacy": "public",
    "orientation": "portrait"
  }
}
Posted by: Guest on January-01-2022

Code answers related to "Javascript"

Browse Popular Code Answers by Language