UNPKG

react-native-localize

Version:

A toolbox for your React Native app localization.

10 lines 271 B
import * as Expo from "@expo/config-plugins"; type Props = { locales?: string[] | { android?: string[]; ios?: string[]; }; }; declare const _default: Expo.ConfigPlugin<Props | undefined>; export default _default; //# sourceMappingURL=expo.d.ts.map