Meals app using React (by Udemy)
project created using
cd ../path/to/directory/
npx create-expo-app my-app
project started using
cd ../path/to/directory/
npx expo start
added new dependencies using
npm install @react-navigation/native
npx expo install react-native-safe-area-context
npx expo install react-native-screens
--stack navigation
npm install @react-navigation/native-stack
--drawer navigation
npm install @react-navigation/drawer
npx expo install react-native-gesture-handler