From 883e520ebce336253501d6ee0011e46650cbfbaa Mon Sep 17 00:00:00 2001
From: EthanShoeDev <13422990+EthanShoeDev@users.noreply.github.com>
Date: Sun, 7 Sep 2025 23:00:30 -0400
Subject: [PATCH] connscreen form
---
app/index.tsx | 71 +-
eslint.config.js | 2 +
package.json | 4 +-
pnpm-lock.yaml | 6236 ++++++++++++++++++++++++++++++++------------
prettier.config.js | 1 +
5 files changed, 4697 insertions(+), 1617 deletions(-)
diff --git a/app/index.tsx b/app/index.tsx
index c3317bc..2b504c8 100644
--- a/app/index.tsx
+++ b/app/index.tsx
@@ -1,7 +1,49 @@
-import SSHClient, { PtyType } from '@dylankenneally/react-native-ssh-sftp'
-import { Button, Text, View } from 'react-native'
+import { createFormHook, createFormHookContexts } from '@tanstack/react-form'
+import { Button, TextInput, View } from 'react-native'
+
+const { fieldContext, formContext } = createFormHookContexts()
+
+function TextField() {
+ return
+}
+
+function NumberField() {
+ return
+}
+
+function SubmitButton() {
+ return