apeman-react-touchable
v5.3.0
Published
apeman react package for touchable component.
Downloads
179
Maintainers
Readme
apeman-react-touchable
apeman react package for touchable component.
Installation
$ npm install apeman-react-touchable --save
Demo
Live demo is hosted on GitHub Pages.
Usage
'use strict'
import React from 'react'
import {ApTouchable, ApTouchableStyle} from 'apeman-react-touchable'
const ExampleComponent = React.createComponent({
render() {
return (
<div>
<ApTouchableStyle />
<ApTouchable onPan={ () => { /* ... */ } }/>
</div>
)
}
})
Components
ApTouchableStyle
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
ApTouchable
Props
| Name | Type | Default | Description | | ---- | ---- | ------- | ----------- |
License
This software is released under the MIT License.