tune spacing for android

This commit is contained in:
EthanShoeDev
2025-09-22 17:53:49 -04:00
parent e3a274ac42
commit 05b14a428e
2 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "@fressh/mobile", "name": "@fressh/mobile",
"version": "0.0.3", "version": "0.0.4",
"private": true, "private": true,
"main": "expo-router/entry", "main": "expo-router/entry",
"type": "module", "type": "module",

View File

@@ -144,7 +144,7 @@ function ShellDetail() {
/> />
<KeyboardAvoidingView <KeyboardAvoidingView
behavior="height" behavior="height"
keyboardVerticalOffset={210} keyboardVerticalOffset={240}
style={{ flex: 1 }} style={{ flex: 1 }}
> >
<XtermJsWebView <XtermJsWebView