UNPKG

react-native-android-currency-formatter

Version:

React Native Android Currency Formatter. Native Module for a currency format with specified FORMAT locale.

6 lines 174 B
import { NativeModules } from 'react-native'; const { AndroidCurrencyFormatter } = NativeModules; export default AndroidCurrencyFormatter; //# sourceMappingURL=index.js.map