Skip to content

Commit 10800bf

Browse files
authored
Merge pull request #664 from dori-af/dorif/fix_broken_links
API setUserEmails - fix typos
2 parents 12872d8 + af6d964 commit 10800bf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Docs/RN_API.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ When unsupported emailsCryptType is passed, the SDK will use the default (none).
482482

483483
```javascript
484484
const options = {
485-
// In this case iOS platform will encrypt emails usind MD5 and android with SHA256. If you want both platform to encrypt with the same method, just write 0 or 3.
486-
emailsCryptType: Platform.OS === 'ios' ? 2 : 3,
485+
// In this case iOS platform will encrypt emails using MD5 and android with SHA256. If you want both platform to encrypt with the same method, just write 0 or 3.
486+
emailsCryptType: Platform.OS === 'ios' ? 0 : 3,
487487
emails: ['user1@gmail.com', 'user2@gmail.com'],
488488
};
489489

0 commit comments

Comments
 (0)