Skip to content

brandonzalcman/bz-ios-button

Repository files navigation

bz-ios-button

React Native IOS style button

Installation

npm install bz-ios-button

Usage

import IosButton from 'bz-ios-button';

// ...

<IosButton
  title="Hello World"
  size="md"
  bgColor="#007AFF"
  type="filled"
  textWeight="normal"
  textColor="#FFFFFF"
  onPress={() => console.log('Pressed')}
/>;

##Example Screenshot 2024-03-06 at 11 57 54 am

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

About

IOS style react native button component

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published