Quantcast
Channel: Active questions tagged react-native+typescript - Stack Overflow
Viewing all articles
Browse latest Browse all 6287

How to render component for some routes in React Navigation v5?

$
0
0

I have a global component that I need to show only for some routes. How can I do that? I use only stack navigators.

const route = useRoute();if (route.name !== 'Main') return null;

It doesn't work.


Viewing all articles
Browse latest Browse all 6287

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>