UNPKG

@digitalartlab/expo-plugin-localization

Version:
8 lines (7 loc) 297 B
import { ConfigPlugin } from "expo/config-plugins"; /** * Adds a Localizable.strings file reference to the Xcode project for each locale. This is necessary for Xcode to recognize the various languages. */ export declare const withIosLocalizableProject: ConfigPlugin<{ locales: string[]; }>;