Skip to content

Commit

Permalink
fix: adjust keyboard vertical offset
Browse files Browse the repository at this point in the history
  • Loading branch information
SunnyCloudYang committed Oct 26, 2024
1 parent 6d70a42 commit 3682c9c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/thu-info-app/src/ui/home/networkOnlineDevices.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -146,8 +146,8 @@ export const NetworkOnlineDevicesScreen = () => {
<KeyboardAvoidingView
style={{flex: 1}}
behavior={Platform.OS === "ios" ? "padding" : "height"}
keyboardVerticalOffset={104}>
<View style={{flex: 1, flexDirection: "column", justifyContent: "space-between"}}>
keyboardVerticalOffset={85}>
<View style={{flex: 1, flexDirection: "column"}}>
<ScrollView
refreshControl={
<RefreshControl
Expand Down

0 comments on commit 3682c9c

Please sign in to comment.