esbenp / react-native-clean-form

Easy react-native forms using bootstrap-like syntax with redux-form+immutablejs integration. Styled using styled-components
http://esbenp.github.io/2017/01/06/react-native-redux-form-immutable-styled-components/
MIT License
478 stars 83 forks source link

Unable to resolve module 'react/lib/LinkedStateMixin' #65

Open LouisJS opened 6 years ago

LouisJS commented 6 years ago

Doesn't work. Error with : Unable to resolve module 'react/lib/LinkedStateMixin'

ewalti commented 6 years ago

I was getting this error as well.

This is a version locking issue. Versions are mismatching and creating errors. Remove all the ^ and >= in the versions of the dependencies in package.json and it should work.

I just tested this with /example.