@digitalartlab/expo-plugin-localization
Version:
Native language switching in your Expo app
10 lines (9 loc) • 314 B
TypeScript
import { ConfigPlugin } from "expo/config-plugins";
/**
* Create res/xml/locales_config.xml file with selected locales
*
* See https://developer.android.com/guide/topics/resources/app-languages#use-localeconfig
*/
export declare const withAndroidLocalizableResources: ConfigPlugin<{
locales: string[];
}>;