Skip to content

Commit af6d964

Browse files
committed
1 parent f032e88 commit af6d964

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
@@ -480,8 +480,8 @@ When unsupported emailsCryptType is passed, the SDK will use the default (none).
480480

481481
```javascript
482482
const options = {
483-
// 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.
484-
emailsCryptType: Platform.OS === 'ios' ? 2 : 3,
483+
// 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.
484+
emailsCryptType: Platform.OS === 'ios' ? 0 : 3,
485485
emails: ['user1@gmail.com', 'user2@gmail.com'],
486486
};
487487

0 commit comments

Comments
 (0)