라이브러리: github.com/zo0r/react-native-push-notification 버전: 5.1.0 1. iOS 1) project/ios 폴더에 .caf 파일을 추가한다. (xcode에서 말고 finder에서!) 2) xcode에서 다음과 같이 프로젝트 이름에서 우클릭 - Add Files to "project" 클릭 후 ios 폴더에 추가해놓은 파일을 선택한다. 3) 코드 작성 import PushNotification, { PushNotificationScheduleObject } from 'react-native-push-notification'; const scheduleObj: PushNotificationScheduleObject = { id: "1", date: new Dat..