|
|
||
|---|---|---|
| .. | ||
| App.js | ||
| README.md | ||
| package.json | ||
README.md
Expo demo app for Journaling → AI → LinkedIn
Getting started
- Install Expo CLI:
npm install -g expo-clior use npx. - In this folder run
npm install. - Start the app:
npm startand open in Expo Go on your device.
Notes
- The demo expects your serverless endpoints to be deployed and reachable. Set the API Base URL in the app to point to your server (e.g.,
https://your-deploy.vercel.app). - Recording upload uses file read and PUT to signed URL — on some platforms you may need additional permissions.
- This is a minimal starter; for production use, add auth, error handling, and secure token storage.