diff options
author | polwex <polwex@sortug.com> | 2025-07-16 14:54:44 +0700 |
---|---|---|
committer | polwex <polwex@sortug.com> | 2025-07-16 14:54:44 +0700 |
commit | aadfe206f3233032d8742a17c1f21d4750946a41 (patch) | |
tree | a63a95381ff99af1226ef096ce94cc32d8153ca5 /app/index.tsx | |
parent | 1c81a70b0349a7f7577d0124b4b67ab5ea01e68d (diff) |
aaaarggh!!!
Diffstat (limited to 'app/index.tsx')
-rw-r--r-- | app/index.tsx | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/app/index.tsx b/app/index.tsx index 4d13c90..c49525b 100644 --- a/app/index.tsx +++ b/app/index.tsx @@ -14,6 +14,7 @@ import ScreenWrapper from "@/components/ScreenWrapper"; // import { ROUTES } from "@/constants/routes"; // import { Passkee } from "@/components/auth/Auth"; import { type ColorScheme, lightColors } from "@/constants"; +import Client from "@/components/Client"; import { ShipForm } from "@/components/login/ShipCredsForm"; // // import { useSettingsStore } from "../store/useSettingsStore"; @@ -129,8 +130,11 @@ import { ShipForm } from "@/components/login/ShipCredsForm"; // // This component will be rendered at build-time and never re-rendered in production. // render: "static", // }; - +///@ts-ignore +import * as rs from "readable-stream"; export default async function Index() { + console.log({ rs }); + async function handleSubmit() { // } @@ -148,7 +152,10 @@ export default async function Index() { Create a passkey for easy and secure access to your Urbit wallet </Text> </View> - <ShipForm /> + <Client> + <Text>wtf</Text> + <ShipForm /> + </Client> <View style={styles.bottomSection}> <Text style={styles.infoText}> |