Skip to content

Commit

Permalink
readme
Browse files Browse the repository at this point in the history
  • Loading branch information
juliandramirez committed Apr 18, 2019
1 parent 1cd0fdd commit b636a45
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ If you have other UI fragments that you want to trigger the account selection di
* There is only one public function available called ***getUserId***
* The function is marked as ***async***
* On **ios** the resolved value is ***null*** when there is no icloud account configured
* On **android** the resolved value is ***null*** when the user dismisses the account selection dialog
* On **android** the resolved value is ***null*** when the user dismisses the account selection dialog or when there is not an account configured in the device

```javascript
import RNUserIdentity from 'react-native-user-identity'
Expand Down

0 comments on commit b636a45

Please sign in to comment.