this is the codebase for the Gather Connect app
git clone https://github.com/enkyuan/connect_app.git
cd connect_app
bun i
bun expo install <package-name>
npx pod-install # for native modules
chmod +x ./scripts/start.sh
./scripts/start.sh
bun run start -c
docker stop pb
git pull
git add .
git commit -m "message"
git push
- variables used in testing are the pocketbase endpoint & merchant id for stripe
http://localhost:8090is the default url for pocketbase- when adding variables, name them according the following convention, i.e.,
EXPO_PUBLIC_VARIABLE_NAME=<value> - use
process.env.EXPO_PUBLIC_VARIABLE_NAMEwhen reading a variable