Skip to content

Commit

Permalink
✨ キーボードを閉じる関数
Browse files Browse the repository at this point in the history
  • Loading branch information
miyasan31 committed Oct 26, 2021
1 parent aeb83cb commit 678ed55
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/functions/onKeyBoardClose.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
import { Keyboard } from "react-native";

export const onKeyBoardClose = () => {
Keyboard.dismiss();
};

0 comments on commit 678ed55

Please sign in to comment.