Android 14 brought with it a new feature called Regional Preferences, which lets users personalize regional formats (like numbers and dates, regardless of the system language they're using.
Currently, the react-native-localize returns units based on the system language
Why it is needed?
Android 14 brought with it a new feature called Regional Preferences, which lets users personalize regional formats (like numbers and dates, regardless of the system language they're using. Currently, the
react-native-localize
returns units based on the system languagePossible implementation
No response
Code sample
No response