This repository was archived by the owner on Aug 23, 2022. It is now read-only.
React Redux Form v1.6.0
React Native
- The biggest fixes in this release were for React Native. Now,
react-redux-form/native
targetsreact-redux-form/lib/native
, which is the ES5-compiled version of React Redux Form Native. #654 - Also,
mapProps
in React Native will now extend the existing control'smapProps
, just like the normal version does. #659
Other Enhancements and Fixes