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