Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandramirez committed May 8, 2020
1 parent 8b262fe commit bcde460
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,9 +145,9 @@ fetchUserIdentity = async () => {
}
```

### IOS user confirmation
### IOS user confirmation (only if you want user intervention)

On iOS fetching the id <u>**does not require user intervention**</u>. However, it might be useful in some instances to have the user confirm the action.<br>
On iOS fetching the id **does not require user intervention**. However, it might be useful in some instances to have the user confirm the action.<br>
You may send a *truthy* value for the **iosUserConfirmation** parameter for this to happen.

The following code:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-user-identity",
"version": "1.4.2",
"version": "1.4.3",
"description": "Get the user id configured for the device (iCloud recordID for iOS, email of a device account for android)",
"main": "index.js",
"author": "Julian Ramírez <[email protected]>",
Expand Down

0 comments on commit bcde460

Please sign in to comment.