UNPKG

@digitalartlab/expo-plugin-localization

Version:
10 lines (9 loc) 314 B
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[]; }>;