wix / react-native-navigation

A complete native navigation solution for React Native
https://wix.github.io/react-native-navigation/
MIT License
13.01k stars 2.68k forks source link

Does react-native-navigation work completely on Main Thread? Will it work if JS thread is blocked? #7871

Closed ninad-joshi-asurion closed 2 months ago

ninad-joshi-asurion commented 2 months ago

❓ Questions and Help

Hi Team, Currently i am working on a app which does a lot of background tasks due to which JS thread is busy. Now currently I am using react-navigation/native-stack and react-navigation/bottom-tabs for navigation. When the JS thread is busy I am not able to switch between tabs quickly and it takes 5 to 10 seconds to do it. This happens because react-navigation lib base code works on JS thread. If I use your library will it solve my issue? Does all the UI interactions in react-native-navigation library work on Main thread? I would really appreciate your guidance.

Please note that this issue tracker is not a help form and this issue will be closed.

Please contact us instead. We have a few channels:

github-actions[bot] commented 2 months ago

We use the issue tracker exclusively for bug reports and feature requests. This issue appears to be a general usage or support question. Instead, please ask a question on Stack Overflow with the wix-react-native-navigation tag or on Discord.