Skip to content

v5.0.0

Compare
Choose a tag to compare
@kadikraman kadikraman released this 10 Jan 16:38

Breaking Changes

React Native 0.60+

Upgrade to React Native 0.60+ is required (the last version to support pre-RN 0.60 will be 4.4.0)

Error messaging

Error messages have been updated to use consistent naming across iOS and Android #378

The errors are now as follows:

  • service_configuration_fetch_error - could not fetch the service configuration
  • authentication_failed - user authentication failed
  • token_refresh_failed - could not exchange the refresh token for a new JWT
  • registration_failed - could not register

Issues and Bugfixes