UNPKG

@ecreeth/rn-ui

Version:

Highly customizable and theming components for React Native

10 lines (5 loc) 154 B
import { View as RNView } from 'react-native'; import FormField from './FormField'; const Form = RNView; Form.Field = FormField; export default Form;