rc-touchable
React Touchable Component
Last updated 6 years ago by yiminghe .
MIT · Repository · Bugs · Original npm
$ cnpm install rc-touchable 
SYNC missed versions from official npm registry.

rc-touchable


react touchable component. inspired by react-native.

NPM version build status Test coverage npm download

Install

rc-touchable

Usage

import Touchable from 'rc-touchable';
ReactDOM.render(<Touchable onPress={onPress} activeClassName="active">
<div>click</div>
</Touchable>, container);

API

name type default description
disabled boolean false
onPress ()=>void onPress/onTap callback
onLongPress ()=>void onLongPress/onLongTap callback
activeClassName string className applied to child when active
activeStyle object style applied to child when active
activeStopPropagation object stop child active propagate to parent

Development

npm install
npm start

Example

http://localhost:8007/examples/

online example: http://react-component.github.io/touchable/

Test Case

npm test
npm run chrome-test

Coverage

npm run coverage

open coverage/ dir

License

rc-touchable is released under the MIT license.

Current Tags

  • 1.3.2                                ...           latest (6 years ago)

2 Versions

  • 1.2.3                                ...           8 years ago
  • 1.3.2                                ...           6 years ago
Maintainers (2)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (1)
Dev Dependencies (9)
Dependents (0)
None

Copyright 2013 - present © cnpmjs.org