0.2.8 • Published 1 year ago

@candlefinance/pow v0.2.8

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Wrapper for the pow library.

Installation

npm install @candlefinance/pow

Usage

<PowView
  onPress={(event) => {
    console.log('press JS', event.nativeEvent.value);
  }}
  size={{ width: 150, height: 40 }}
  value={value}
  noSound={false}
  style={styles.box}
/>

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