This application is built using react-native. To see the dependancies inspect the Package.json.
React Navigation v5 Documention
React Native Elements Documentation
React Native Community [Picker] Documentation
Axios Documentation
Navigation:
npm install @react-navigation/native
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
npm install @react-navigation/bottom-tabs
@Top of App.js
import 'react-native-gesture-handler';
This will add these features to the global window of the application.