UNPKG

yuan-elements

Version:

This package consists of React Native components that will be used by the Yuan app in its development.

6 lines (3 loc) 160 B
import { View, ViewPropTypes as RNViewPropTypes } from 'react-native'; const ViewPropTypes = RNViewPropTypes || View.propTypes; export default ViewPropTypes;