Skip to content

Instantly share code, notes, and snippets.

View chetanjTrinesis's full-sized avatar

chetanjTrinesis

View GitHub Profile
import PushNotificationIOS from '@react-native-community/push-notification-ios';
import { Platform } from 'react-native';
import PushNotification from 'react-native-push-notification';
class NotificationManager {
configure = () => {
PushNotification.configure({
onRegister: function (token: any) {
console.log('TOKEN:', token);
},