React Native IOS style button
npm install bz-ios-button
import IosButton from 'bz-ios-button';
// ...
<IosButton
title="Hello World"
size="md"
bgColor="#007AFF"
type="filled"
textWeight="normal"
textColor="#FFFFFF"
onPress={() => console.log('Pressed')}
/>;
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library