Problem Statement
What is React Navigation used for in React Native?
Explanation
React Navigation is a popular library for managing navigation in React Native apps.
It allows developers to move between screens, handle stacks, tabs, and drawers, and maintain a predictable navigation state across the app.