1.0.4 • Published 6 years ago

button-magnificent v1.0.4

Weekly downloads
4
License
ISC
Repository
github
Last release
6 years ago

MButton

A custom Button Element for React Native apps. MButton includes native features of the React Native Button and allows easy styling which is not possible with a standard React Native Button.

Changelog

  • 1.0.1 - Fix Import Bug
  • 1.0.2 - Add Support for User Styles and Update README.md
  • 1.0.3 - Fix Import Bug

Installation

npm install --save button-magnificent

Usage

import MButton from 'button-magnificent';

<MButton onPress={() => this.handleChangeStatusBarColour()}>
    Toggle Status Bar Colour
</MButton>

Supported Props:

style
onPress
accessibilityLabel
accessibilityRole
allowFontScaling (For button text resizing via accessibility controls)
maxFontSizeMultiple
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago