Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

apeman-react-touchable

apeman react package for touchable component.

React, apeman, react-component, touchable

readme

apeman-react-touchable

Build Status npm Version JS Standard

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.