@busfor/react-native-touchable

React Native touchable component

Usage no npm install needed!

<script type="module">
  import busforReactNativeTouchable from 'https://cdn.skypack.dev/@busfor/react-native-touchable';
</script>

README

react-native-touchable

npm npm (tag)

React Native collapsible navBar implementation.


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>