Commit 1571c0d6 authored by d4vidi's avatar d4vidi Committed by GitHub

Merge pull request #31 from pennersr/patch-2

Typ-o regsitered
parents 7cbf9f65 89ba511e
......@@ -195,7 +195,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)
});
```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment