- Updated minimum supported SDK version to
minSdkVersion
23 to meet the requirements ofreact-native
version 0.73.0. - Updated the country code retrieval function to prioritize the system language instead of the app language on Android.
- 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.
- Update json response's country code key (8c249c7058c40b69ad9a8d2e3f7b14e455f2d74a by @juancarlosqr)
- Fixed deprecated Objective-C method #2