-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(chat): 채팅 직접 보낼 수 있도록 Handler 등록
개요 - 어플 내부에서 채팅을 직접 보낼 수 있도록 Handler를 등록한다. 수정 사항 - handleSend 핸들러 함수를 onPress에 채팅을 보냄 - useRef를 사용해서 현재 최신 채팅을 기준으로 스크롤될 수 있도록 구성 (FlatList의 최신으로 갈 수 있게끔)
- Loading branch information
1 parent
11e4dba
commit b724185
Showing
2 changed files
with
31 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters