0.1.5 • Published 2 years ago

react-native-num-format v0.1.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-num-format

for formatting phone number

Installation

npm install react-native-num-format

Usage

import { multiply } from 'react-native-num-format';
import { add } from 'react-native-num-format';
import { formatNum } from 'react-native-num-format';


// ...

const result = await multiply(3, 7);
const add = await add(10,20)
const formatNum = formatNum("9000322094,999999999")
exp : formatNum("present value","previous value)

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

0.1.5

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago