React Native ba ya haɗa da navigus a jiya — mafita daidai ita ce React Navigation (wani lamurar da ya shahara) don tafiya tsakanin allon. Ta ba da navigators (jeri, tabs, drawer) kuma ta duba jiyya na navigus, tarihi, da jujjuyawa.
React Navigation — lamurar daidai
Navigation isn't built into React Native → use REACT NAVIGATION (the de facto standard):
→ provides NAVIGATORS that structure how users move between screens:
STACK navigator → push/pop screens (like a stack — forward/back, the most common)
TAB navigator → bottom/top tabs (switch between sections)
DRAWER navigator → a side drawer menu
→ handles navigation state, history (back stack), transitions, headers
