Problem Statement
Which of the following libraries is required to enable gestures in React Navigation?
Explanation
React Navigation uses react-native-gesture-handler to handle swipe and tap gestures for screen transitions.
It must be installed and linked correctly before using navigators like StackNavigator or DrawerNavigator.