npm install @react-navigation/native
npx expo install react-native-screens react-native-safe-area-context
npm install @react-navigation/bottom-tabs
npm install @react-navigation/drawer
npm install @react-navigation/native-stack
npm install react-native-gesture-handler react-native-reanimated
Add the library as the first import in App.tsx
import 'react-native-gesture-handler';
Reanimated plugin in babel.config
plugins: ['react-native-reanimated/plugin'],
npx expo install react-native-gesture-handler@~2.9.0 react-native-reanimated@~2.14.4