react-native-localization-settings icon indicating copy to clipboard operation
react-native-localization-settings copied to clipboard

fix: select preferred language which is supported by the app

Open wkunert opened this issue 10 months ago • 0 comments

Instead of selecting the first language in the list of preferred languages, select the first language which is also supported by the app.

Addresses the issue described in issue #8 which I also encountered. Solution leverages the built-in preferredLocalizations property.

wkunert avatar Apr 17 '24 10:04 wkunert