react-native-side-menu icon indicating copy to clipboard operation
react-native-side-menu copied to clipboard

undefined is not an object (evaluating 'React.PropTypes.number')

Open buchereli opened this issue 7 years ago • 2 comments

After updating to react-native 52 I get the following error:

undefined is not an object (evaluating 'React.PropTypes.number')

My dependencies are: "dependencies": { "prop-types": "^15.6.0", "react": "16.2.0", "react-native": "0.52.0", "react-native-side-menu": "1.1.3", },

buchereli avatar Jan 12 '18 20:01 buchereli

Have this same issue, any solutions?

ahilles107 avatar Jan 27 '18 22:01 ahilles107

@ahilles107 I don't think native-side-menu is compatible with the latest version of react-native due to the prop-types update

buchereli avatar Jan 29 '18 23:01 buchereli