0.4.3 • Published 2 years ago

react-native-cash-counter v0.4.3

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

react-native-cash-counter

A cash counter

Installation

npm install react-native-cash-counter

Usage

import { Counter, useCounter } from "react-native-cash-counter"


function MyWrapComponent(){
    const [denominations, setDenominations, total] = useCounter()
    return  (
        <Text>Total: ${total}</Text>
        <Counter 
            denominations={denominations} 
            setDenominations={setDenominations}
        />
    )
}

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.4.3

2 years ago

0.4.2

2 years ago

0.4.1

2 years ago

0.3.1

2 years ago

0.2.1

2 years ago

0.1.1

2 years ago