Open wesleyguirra opened 5 years ago
Hi @wesleyguirra,
Can you share a bit of the code that's failing?
Hi @Almouro thank you for response,
the error happens, when I tried to do this:
export default compose(makeInputGreatAgain, withNextInputAutoFocusInput)(CustomInput);
the error happens when I use compose function from recompose, either using from redux.
@wesleyguirra thanks, can you show how you import makeInputGreatAgain
and withNextInputAutoFocusInput
?
import makeInputGreatAgain, { withNextInputAutoFocusForm, withNextInputAutoFocusInput } from "react-native-formik";
sorry for late response.
what happen with this error? I dont know what to do, I have remove node_modules and npm install again, it doesn't work. what should I do?
https://i.stack.imgur.com/9fXZU.png