Skip to content
This repository was archived by the owner on Jul 28, 2022. It is now read-only.

Commit 48935d8

Browse files
authored
Update README.md
1 parent d122301 commit 48935d8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ import BatchPush from 'react-native-batch-push';
8484
// when you want to ask the user if he's willing to receive push notifications (required on iOS):
8585
BatchPush.registerForRemoteNotifications();
8686

87-
// if you want to give a custom identifier to the user
87+
// if you want to give a custom identifier to the user, you need to call loginUser and logoutUser
8888
BatchPush.loginUser('theUserId'); // call this when the user logs in; add Platform.OS if you want to target a specific platform on your backend
8989
BatchPush.logoutUser(); // call this when the user logs out
9090
```

0 commit comments

Comments
 (0)