Unable to resolve module react-native-gesture-handler/Swipeable from D:\React\Build a React Native App\DoneWithIt\app\components\ListItem.js: react-native-gesture-handler/Swipeable could not be found within the project. code example

Example 1: unable to resolve 'react-native-gesture-handler'

expo install react-native-gesture-handler

Example 2: error: Error: Unable to resolve module `react-native-gesture-handler` from `node_modules\@react-navigation\native\lib\module\Scrollables.js`: react-native-gesture-handler could not be found within the project.

yarn add react-native-gesture-handler

react-native link react-native-gesture-handler