Round 3: rewrite in React Native

This commit is contained in:
Niklas Korz 2024-01-01 19:50:01 +01:00
parent 13d7ebb061
commit 8a74d3e2c9
50 changed files with 19136 additions and 5288 deletions

4
app/src/api/index.ts Normal file
View file

@ -0,0 +1,4 @@
import PocketBase from "pocketbase";
import type { TypedPocketBase } from "./pocketbase-types";
export const pb = new PocketBase("http://127.0.0.1:8090") as TypedPocketBase;