UNPKG

react-native-plain-calendar

Version:
6 lines (5 loc) 207 B
import * as React from 'react'; import { TouchableOpacity, } from 'react-native'; export function Touchable({ children, ...props }) { return <TouchableOpacity {...props}>{children}</TouchableOpacity>; }