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) 248 B
import NativeFbteeModule from "./NativeFbteeModule"; export const Fbtee = { readLocalizationFile(fileName, langCode = null, countryCode = null) { return NativeFbteeModule.readLocalizationFile(fileName, langCode, countryCode); }, };