Skip to content
This repository was archived by the owner on Aug 23, 2022. It is now read-only.

v0.11.1

Compare
Choose a tag to compare
@davidkpiano davidkpiano released this 27 Apr 12:29
· 1236 commits to master since this release
  • 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 😄