Orientation change lag

Orientation changing for landscape → portrait and vis versa work well in our expo app (CSS uses Flex layout so it resizes well)

The issue were having is that it seems to be a bit slow/choppy when switching.

Is this a known problem?

Is it slow/choppy after the rotation, or during the rotation, or …?

@nikki during rotation. After its fine again

You could try and add an animation when screen rotation takes place.This can be accomplished with Expo Gyroscope.

I believe this is the only real way to make screen rotation really look nice. I believe allot of app’s our there do their own screen rotation animations.

I hope I helped!

Are there examples how to do that?
New to the React-Native expo thing

@rauldeheer Any examples? Im still stuck

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.