[React Native] Push Notification 받기(with. Firebase) - Step.1
* React Native에서 푸쉬알람 개괄 어플리케이션에서 받는 Push Notification은 크게 2가지로 종류를 나눌 수 있다. 1. 어플리케이션 내부에서 특정 이벤트 발생 시 보내는 Local Push Notification 2. 서버에서 이벤트 발생 시 특정 유저들의 디바이스에 보내는 Remote Push Notification 1번과 같은 Local Push Notification을 설정하는 경우(즉 특정 시간대에 변동 없는 메시지만 보내거나 다른 유저와의 상호작용이 없는 Notification 같은 경우)는 단순히 react-native-push-notification을 사용하면 된다. 해당 Node Module은 아래에서 자세하게 확인 할 수 있다. https://github.com/z..
2021.07.30