0.4.3 • Published 1 year ago

react-native-cash-counter v0.4.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.4.2

1 year ago

0.4.1

1 year ago

0.3.1

1 year ago

0.2.1

1 year ago

0.1.1

1 year ago