ptomasroos / react-native-tab-navigator

A tab bar that switches between scenes, written in JS for cross-platform support
MIT License
2.4k stars 415 forks source link

How to resolve the delay of 0.5 seconds #168

Closed DIVIBEAR closed 6 years ago

DIVIBEAR commented 6 years ago

How to resolve the delay of 0.5 seconds?

develemit commented 6 years ago

I had a problem with delays too. I realized that I still had few console.logs laying around in my code that triggered every time a tab changed. I took out all the console.logs and it took care of my issue.

Another thing may also be the remote debugger, that can slow things down a bit. If you build for release it's fast as lightening.

ptomasroos commented 6 years ago

Will close since this issue is more than a year, feel free to a open a new if this is still a issue.