Skip to content

Commit

Permalink
chore: adding a keyboard offset for the chatbot (GaloyMoney#3207)
Browse files Browse the repository at this point in the history
Co-authored-by: Nicolas Burtey <nb@galoy.io>
  • Loading branch information
nicolasburtey and nicolasburtey authored Apr 20, 2024
1 parent 758db46 commit 57ee2ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/screens/chatbot-screen/chatbot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ export const ChatBotScreen = () => {
}

return (
<Screen preset="fixed">
<Screen preset="fixed" keyboardOffset="navigationHeader">
<FlatList
ref={flatListRef}
data={supportChatMaybeInput}
Expand Down

0 comments on commit 57ee2ba

Please sign in to comment.