Round 3: rewrite in React Native
This commit is contained in:
parent
13d7ebb061
commit
8a74d3e2c9
50 changed files with 19136 additions and 5288 deletions
4
app/src/api/index.ts
Normal file
4
app/src/api/index.ts
Normal 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;
|
||||
Loading…
Add table
Add a link
Reference in a new issue