davidkpiano / react-redux-form

Create forms easily in React with Redux.
https://davidkpiano.github.io/react-redux-form
MIT License
2.07k stars 251 forks source link

FIX - in react@16.5 ReactNative View is an Object #1192

Closed Fr33maan closed 5 years ago

Fr33maan commented 5 years ago

When updating to react-native@0.57, I get an error because of bad proptype for wrapper. In ReactNative, the Error component gets a View wrapper by default. When View get a function type in react-native@0.50 it gets an object type in react-native@0.57 which give me an error.

I'm not sure it's the only component which will have the problem.

Fr33maan commented 5 years ago

Thanks @davidkpiano, can push on npm @1.6.11 ?

davidkpiano commented 5 years ago

Done - this is now published as 1.16.11