What is the purpose of nested navigators in React Navigation?
Nested navigators in React Navigation are used to handle complex navigation hierarchies. They allow you to organize navigation logic into separate modules and create nested stacks, tabs, or drawers for different sections of the app.