We can add Push Notification to react native app by using the npm module react-native-push-notification by zo0r. This enables for a cross platform development.
Installation
npm install --save react-native-push-notification
react-native link
Refer GitHub Repo of this module for more details.