How to do smooth screen rotation in react native

Viewed 17

How can I do smooth screen rotation in react-native with expo?

import * as ScreenOrientation from 'expo-screen-orientation';
 ScreenOrientation.lockAsync(ScreenOrientation.OrientationLock.LANDSCAPE_LEFT);

I'm using this code but it kind of breaks the screen in half when it spins and it looks horrible...

0 Answers
Related