UNPKG

@digitalartlab/expo-plugin-localization

Version:
6 lines (5 loc) 178 B
import { ConfigPlugin } from "expo/config-plugins"; declare const withNativeLocaleSwitching: ConfigPlugin<{ locales?: string[]; }>; export default withNativeLocaleSwitching;