UNPKG

react-native-amount-textfield

Version:

This library gives you a Amount TextField component, which has formatted value based on International Currency standard. The component return back float value ( the actual Number) and a Formatted value which can be saved in a state and used for display i

2 lines (1 loc) 89 B
export { AmountTextField, getFormattedFloatNumber, } from './component/AmountTextField';