gitextract_7t568dfp/ ├── .gitignore ├── LICENSE ├── README.md ├── app/ │ ├── .expo-shared/ │ │ └── assets.json │ ├── .gitignore │ ├── App.tsx │ ├── README.md │ ├── app.json │ ├── babel.config.js │ ├── components/ │ │ ├── Base64.tsx │ │ ├── ProgressIndicator.tsx │ │ └── Server.tsx │ ├── package.json │ └── tsconfig.json └── server/ ├── README.md ├── requirements.txt └── src/ ├── main.py ├── ps.py └── script.js