@candlefinance/pow
v0.2.8
Published
test
Downloads
3
Readme
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