Releases: TankerHQ/sdk-react-native
Releases · TankerHQ/sdk-react-native
v2.17.0
Phone number verification
We added a new verification method, based on a phone number. To use this verification method, an SMS containing a verification code will be sent to the given phone number. See the dedicated guide and the new SMS verification HTTP route.
Note that provisional identities using phone numbers are not available yet, but will be in a future release.
v2.16.0
v2.15.0
v2.14.1
- Fix a crash, see this issue for more information
v2.14.0
v2.13.0
- Introduce the
IdentityAlreadyAttached
error: this error occurs when a provisional identity is used instead of the permanent one it was attached to. - API breakage:
attachProvisionalIdentity()
andverifyProvisionalIdentity()
now throw anIdentityAlreadyAttached
error instead of anInvalidArgument
when given a provisional identity aleady attached to a permanent one.