UNPKG

react-native-gesture-handler

Version:

Declarative API exposing native platform touch and gesture system to React Native

4 lines (3 loc) 175 B
import * as React from 'react'; import { View } from 'react-native'; export default React.forwardRef((props, ref) => <View ref={ref} accessibilityRole="button" {...props}/>);