bz-ios-button
v0.2.0
Published
React Native IOS style button
Downloads
1
Maintainers
Readme
bz-ios-button
React Native IOS style button
Installation
npm install bz-ios-button
Usage
import IosButton from 'bz-ios-button';
// ...
Example: <IosButton
title="Hello World"
size="md"
bgColor="#007AFF"
type="filled"
textWeight="normal"
textColor="#FFFFFF"
onPress={() => console.log('Pressed')}
/>;
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