navigation info: https://reactnavigation.org/docs/en/4.x/getting-started.html to inistall the navigation
npm install react-navigation
expo install react-native-gesture-handler react-native-reanimated react-native-screens react-native-safe-area-context @react-native-community/masked-view
npm install react-navigation-stack @react-native-community/masked-view
=========================================================================
Tab navigation info: https://reactnavigation.org/docs/en/4.x/bottom-tab-navigator.html
to inistall the Tab navigation
npm install react-navigation-tabs
=========================================================================
expo camera info:https://docs.expo.io/versions/latest/sdk/camera/
to install the expo camera
expo install expo-camera
=========================================================================