Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 1.05 KB

CHANGELOG.md

File metadata and controls

22 lines (13 loc) · 1.05 KB

Changelog

v1.0.5

Changed

  • Updated minimum supported SDK version to minSdkVersion 23 to meet the requirements of react-native version 0.73.0.
  • Updated the country code retrieval function to prioritize the system language instead of the app language on Android.

v1.0.4

Changed

  • From IOS 16.0 CTCarrier was deprecated. See issue. Therefore, on IOS it is now possible to get only the country code from the phone settings and passing types are not supported.

v1.0.2

Fixed