For some reason, my react-native application is very slow when I simulate it. On an actual device, everything is normal and works properly. An example for what I mean when I say acting slow is that when I press CMD + D to try to debug in Chrome, the panel that comes up from the bottom of the screen moves slower than normal, and when it finishes coming up on the screen for some reason I cannot press any of the buttons. Also reloading the app with CMD + R reloads the application, but the panel that comes up when you press CMD + D stays up, and in order to hide it I have to stop the application in Xcode and start it again.
The same thing happens if I use an "alert" in my code, the alert message will appear slowly with the same effects (I can't press "OK" and I have to reboot the whole thing). Another example is that I am using Facebook login, and when I connect to Facebook, the Facebook permissions page comes up from the bottom of the screen very slowly, however, I can interact with that page and the application will continue as normal.
The issue I am having is that I cannot debug in Chrome because when I press CMD + D, I cannot click "Debug in Chrome". That is my main concern because I cannot debug, but I would also like to fix the slow animations because that should not be happening.
Hey nickzarate, thanks for reporting this issue!
React Native, as you've probably heard, is getting really popular and truth is we're getting a bit overwhelmed by the activity surrounding it. There are just too many issues for us to manage properly.
react-native or for more real time interactions, ask on Discord in the #react-native channel.Do you have slow animations turned on in the simulator?
Yup had slow animations turned on, thanks for the help!
Most helpful comment
Do you have slow animations turned on in the simulator?