This repository was archived by the owner on Aug 23, 2022. It is now read-only.
v0.11.1
- Added the
NativeForm
component for React-Native, which uses the<View>
component to render the form by default.
import { Form } from 'react-redux-form/lib/native';
// render()
<Form model="...">
This addresses #166 😄