We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TourGuideProvider causing multiple re-renders
index.js file
<Redux> <App /> </Redux>
App.tsx file
<TourGuideProvider> <Navigator> </TourGuideProvider>
Navigator.tsx file
<HomeScreen />. <--- multiple re-render's
If we comment TourGuideProvider in App.tsx no re-render's, If we un-comment causing re-render
The text was updated successfully, but these errors were encountered:
TourGuideProvider causing multiple re-renders index.js file <Redux> <App /> </Redux> App.tsx file <TourGuideProvider> <Navigator> </TourGuideProvider> Navigator.tsx file <HomeScreen />. <--- multiple re-render's If we comment TourGuideProvider in App.tsx no re-render's, If we un-comment causing re-render
Yes I face the same issue too. Did you found the solution?
Sorry, something went wrong.
No branches or pull requests
TourGuideProvider causing multiple re-renders
index.js file
App.tsx file
Navigator.tsx file
<HomeScreen />. <--- multiple re-render's
If we comment TourGuideProvider in App.tsx no re-render's, If we un-comment causing re-render
The text was updated successfully, but these errors were encountered: