File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11import { compose } from "recompose" ;
2+ import handleTextInput from "./src/handleTextInput" ;
23import setFormikInitialValue from "./src/setFormikInitialValue" ;
34import withError from "./src/withError" ;
5+ import withErrorIfNeeded from "./src/withErrorIfNeeded" ;
46import withFocus from "./src/withFocus" ;
57import withFormik from "./src/withFormik" ;
8+ import withFormikControl from "./src/withFormikControl" ;
69import withInputTypeProps from "./src/withInputTypeProps" ;
710import withTouched from "./src/withTouched" ;
811import withPickerValues from "./src/withPickerValues" ;
912import KeyboardModal from "./src/withPickerValues/KeyboardModal" ;
1013import makeReactNativeField from "./src/makeReactNativeField" ;
11- import { withNextInputAutoFocusForm , withNextInputAutoFocusInput } from "./src/withNextInputAutoFocus" ;
14+ import {
15+ withNextInputAutoFocusForm ,
16+ withNextInputAutoFocusInput
17+ } from "./src/withNextInputAutoFocus" ;
1218
1319const makeInputsGreatAgain = compose (
1420 withInputTypeProps ,
@@ -21,12 +27,15 @@ const makeInputsGreatAgain = compose(
2127export default makeInputsGreatAgain ;
2228
2329export {
30+ handleTextInput ,
2431 makeInputsGreatAgain ,
2532 makeReactNativeField ,
2633 setFormikInitialValue ,
2734 withError ,
35+ withErrorIfNeeded ,
2836 withFocus ,
2937 withFormik ,
38+ withFormikControl ,
3039 withInputTypeProps ,
3140 withTouched ,
3241 withNextInputAutoFocusForm ,
You can’t perform that action at this time.
0 commit comments