react-native-clean-form icon indicating copy to clipboard operation
react-native-clean-form copied to clipboard

Unable to resolve module 'immutable'

Open clay-morgan opened this issue 8 years ago • 5 comments

Using this with redux-form 7.0.3

As soon as I import anything from 'react-native-clean-form/redux-form' the packager refuses to run with this error: Unable to resolve module 'immutable' from '(...projectDir)\node_modules\redux-form\lib\structure\immutable\index.js': Module does not exist in the module map.

I have tried resetting packager cache and re installing my node modules. As soon as I remove this line: import { Input } from 'react-native-clean-form/redux-form';

then everything is fine again. Any ideas?

clay-morgan avatar Aug 31 '17 00:08 clay-morgan

Same problem here!

jarbasdossantos avatar Oct 01 '17 09:10 jarbasdossantos

@clay-morgan just run npm install immutable --save, will solve

jarbasdossantos avatar Oct 02 '17 08:10 jarbasdossantos

thanks! maybe I will revisit this library

clay-morgan avatar Oct 02 '17 19:10 clay-morgan

Came across the same issue. Is there anyway to exclude it since I'm not using immutable here nor in redux-form?

leoskyrocker avatar Dec 22 '17 03:12 leoskyrocker

Sry I am currently not working much with react native and the most dependencies in this library are outdated. But don't have the time to upgrade this.

markusguenther avatar Dec 27 '17 18:12 markusguenther