To begin the development of the application, you must install these following softwares:
| Name | Version | Type | DL Link | Notes |
|---|---|---|---|---|
| Expo | ^50.0.14 | SDK | https://docs.expo.dev/workflow/expo-cli/ | |
| React | ^18.2.0 | SDK | https://react.dev/learn/installation | |
| React Native | ^0.73.6 | SDK | https://reactnative.dev/docs/environment-setup | |
| EAS CLI | ^5.2.0 | SDK | https://expo.dev/eas | |
| Node.js | v18.17.1 | SDK | https://nodejs.org/en/docs/ |
If node_modules folder is deleted or not avaiable, you can write this command : npx install or npm install if your npm package is the latest LTS.
If you want to run the app, you can write this command npm start
Configuration can be seen in app.json file.