UNPKG

react-native-fbtee

Version:

[![react-native-fbtee on npm](https://badgen.net/npm/v/react-native-fbtee)](https://www.npmjs.com/package/react-native-fbtee) [![react-native-fbtee downloads](https://badgen.net/npm/dm/react-native-fbtee)](https://www.npmtrends.com/react-native-fbtee) [![

7 lines (6 loc) 262 B
import type { TurboModule } from "react-native"; export interface Spec extends TurboModule { readLocalizationFile(fileName: string, langCode: string | null, countryCode: string | null): string | null; } declare const _default: Spec; export default _default;