Typ-o regsitered

This commit is contained in:
Raymond Penners
2017-01-20 21:38:59 +01:00
committed by GitHub
parent 6cb7dd1948
commit 89ba511e87

View File

@@ -194,7 +194,7 @@ import {NotificationsAndroid} from 'react-native-notifications';
// On Android, we allow for only one (global) listener per each event type.
NotificationsAndroid.setRegistrationTokenUpdateListener((deviceToken) => {
console.log('Push-notifications regsitered!', deviceToken)
console.log('Push-notifications registered!', deviceToken)
});
```