react-native-touchable

npm npm (tag)

React Native universal Touchable component.


Getting started

$ yarn add @busfor/react-native-touchable

Usage

import { Touchable } from '@busfor/react-native-touchable'
<Touchable
  onPress={() => console.log('It works!')}
  // ...other TouchableOpacity props
>
  ...
</Touchable>