google firebase 의 realtime database 와 react-native-gitfted-chat library 를 활용하면 간단하게 채팅 화면을 구성할 수 있습니다. 왼쪽은 gifted-chat 가이드 화면, 우측은 제가 직접 적용한 화면입니다. firebase 를 미리 구성했다는 전제하에, gitfted chat 을 프로젝트에 install 합니다. github.com/FaridSafi/react-native-gifted-chat - Using npm: npm install react-native-gifted-chat --save - Using Yarn: yarn add react-native-gifted-chat 아래는 전체 코드입니다. - firebase-xxx/chat/ 폴더 구..