In React Navigation, which component must wrap the entire navigator tree at the root of the app?
- a
NavigationContainer✓ - b
SafeAreaProvider - c
GestureHandlerRootView - d
AppRegistry
Explanation:
NavigationContainer manages the navigation tree and holds the navigation state; every navigator (stack, tab, drawer) must be nested inside exactly one NavigationContainer at the root.