npm react-native -v
output: 6.14.11
npm install @react-navigation/native
npm install react-native-reanimated react-native-gesture-handler react-native-screens react-native-safe-area-context @react-native-community/masked-view
If you're on a Mac and developing for iOS, you need to install the pods
npx pod-install ios
npm install @react-navigation/stack
npm install @react-navigation/drawer
npm install react-native-linear-gradient --save
npm i --save react-native-vector-icons
npx react-native link react-native-vector-icons
npm install react-native-animatable --save

