redux-form
Version:
A higher order component decorator for forms using Redux and React
31 lines (29 loc) • 517 B
JavaScript
import React from 'react-native';
import {connect} from 'react-redux/native';
import createAll from './createAll';
export const {
actionTypes,
addArrayValue,
blur,
change,
changeWithKey,
destroy,
focus,
reducer,
reduxForm,
getValues,
initialize,
initializeWithKey,
propTypes,
removeArrayValue,
reset,
startAsyncValidation,
startSubmit,
stopAsyncValidation,
stopSubmit,
swapArrayValues,
touch,
touchWithKey,
untouch,
untouchWithKey
} = createAll(true, React, connect);