React Native nuk përfshin navigimin të ndërtuar — zgjidhja standarde është React Navigation (një bibliotekë popullore) për lëvizjen ndërmjet ekraneve. Ajo ofron navigatorë (stack, tabs, drawer) dhe menaxhon gjendjen e navigimit, historinë dhe tranzicionet.
Biblioteka standarde — React Navigation
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
