0.6.3 • Published 2 years ago
compound-widget-react-native v0.6.3
compound-widget-react-native
Compound widget for react native
Installation
npm install compound-widget-react-nativeUsage
import { CompoundButton } from 'compound-widget-react-native';
// ...
<CompoundButton
title="This is the text that will show up on the button"
url="https://redirect-to-this.com"
/>;This will create a new button that will redirect to the url when pressed. The button looks like this:

Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Boilerplate from create-react-native-library