expo / config-plugins

Out-of-tree Expo config plugins for packages that haven't adopted the config plugin system yet.
465 stars 99 forks source link

feat(per-app-language): add Android config plugin #247

Open jetaix opened 2 months ago

jetaix commented 2 months ago

Why

This plugin simplifies the process of implementing per-app language preferences in your React Native Android app.

It allows users to set a specific language for your app, independent of their system-wide language settings.

How

This plugin automates the manual setup process described in the Android documentation for implementing per-app language preferences

Test Plan

To ensure that the @config-plugins/react-native-android-per-app-language plugin is working correctly, follow these steps: