how to include file path set and react native navigation
Tutorial 0 Commentsinclude file path set import Container from ‘./src/components/container’; how to install navigation step by step go website and install library https://reactnavigation.org/docs/getting-started/ 1) Install the required packages in your React Native project: npm install @react-navigation/native 2) Installing dependencies into a bare React Native project npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view 3) https://docs.swmansion.com/react-native-gesture-handler/docs/ npm install –save react-native-gesture-handler