Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 515 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 515 Bytes

ripple-touchable

ripple touch

Installation

npm install @starling-tech/ripple-touchable
yarn add @starling-tech/ripple-touchable

Usage

import RippleTouchable from "@starling-tech/ripple-touchable";

// ...

<RippleTouchable onPress={() => {}} style={{ width: 240, height: 48 }}>
    <Text>TEST BUTTON</Text>
</RippleTouchable>

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT