Slow React Native iOS animations

The easiest stuff to blog about is always those mistakes that derail you because of a mistake.

In this case: I pressed Command + T by accident in the iOS simulator when doing a React Native project which triggers slow animations.

I guess I hit it when I was trying to type Command + D somehow?

It was extremely confusing because if you go to React Native’s performance page they talk about “Many people have noticed that performance of NavigatorIOS is better out of the box than Navigator” when I was using NavigatorIOS! So it should have been fast as it was when I started using it at first!

Anyways, that’s done now. I hope whoever runs in to this issue gets the help they need and finds some peace knowing that someone else also make this silly mistake.