Skip to content

Latest commit

 

History

History
36 lines (23 loc) · 555 Bytes

README.md

File metadata and controls

36 lines (23 loc) · 555 Bytes

rn-check-btn

kk

Installation

npm install rn-check-btn

Usage

import { CheckButton, multiply } from 'rn-check-btn';

// ...

const result = await multiply(3, 7);
const App = () => {
    return (
        <CheckButton text="Click Me" style={styles.boxButton} />
    )
}

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